Skip to content

Commit

Permalink
Ensure CI gets .atlas version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Dec 13, 2023
1 parent 2eaa466 commit 6dde06f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .atlas
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.137
0.0.139
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Start server
run: |
set -x
docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d
ATLAS=$(cat .atlas) docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d
- name: Create database and migrate
run: |
docker-compose exec -T web bundle exec rake db:create
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.19
2.3.20
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
ports:
- 3000:3000
atlas:
image: nakatomi/atlas_web
image: nakatomi/atlas_web:${ATLAS}
entrypoint: /home/atlas/web/docker-entrypoint.sh
ports:
- 3001:3000
Expand Down

0 comments on commit 6dde06f

Please sign in to comment.