We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5417a85 commit 1197eafCopy full SHA for 1197eaf
.travis.yml
@@ -58,10 +58,10 @@ jobs:
58
- mysql --version
59
- mysql -e 'CREATE DATABASE pymatcha;'
60
# pull image
61
- - docker pull docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:latest
+ - docker pull docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:$TRAVIS_COMMIT
62
script:
63
# 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
+ - docker run -d -p 5000:5000 --restart always --env-file .env --network="host" docker.pkg.github.com/seluj78/pymatcha/pymatcha-backend:$TRAVIS_COMMIT
65
# Wait for docker to be up
66
- sleep 10
67
# run newman tests
0 commit comments