Skip to content

Commit 1197eaf

Browse files
committed
Fixed error
1 parent 5417a85 commit 1197eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
- mysql --version
5959
- mysql -e 'CREATE DATABASE pymatcha;'
6060
# pull image
61-
- docker pull docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:latest
61+
- docker pull docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:$TRAVIS_COMMIT
6262
script:
6363
# Run the backend api
64-
- docker run -d -p 5000:5000 --restart always --env-file .env --network="host" docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:latest
64+
- docker run -d -p 5000:5000 --restart always --env-file .env --network="host" docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:$TRAVIS_COMMIT
6565
# Wait for docker to be up
6666
- sleep 10
6767
# run newman tests

0 commit comments

Comments
 (0)