Skip to content

Commit

Permalink
Add quotes, change to N ver to 2.0.0, drop rc
Browse files Browse the repository at this point in the history
  • Loading branch information
pszulczewski committed Oct 2, 2023
1 parent 05a12e0 commit 45295c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["2.0.0-rc.2"]
nautobot-version: ["2.0.0"]
exclude:
- python-version: 3.10
nautobot-version: 1.2
Expand Down
2 changes: 1 addition & 1 deletion development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- "redis-server --appendonly yes --requirepass $$REDIS_PASSWORD" ## $$ because of docker-compose
env_file: "./dev.env"
docs:
image: nginx:alpine
image: "nginx:alpine"
ports:
- "8001:80"
volumes:
Expand Down

0 comments on commit 45295c0

Please sign in to comment.