mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed environment variables passed to Docker.
This commit is contained in:
parent
71ceb0db67
commit
8394424016
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ services:
|
|||
- docker
|
||||
before_install:
|
||||
- docker pull anlun/compiler-workout-ci
|
||||
- docker run -d -it --name compiler-workout-ci -e "TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_BRANCH" anlun/compiler-workout-ci
|
||||
- docker run -d -it --name compiler-workout-ci -e "TRAVIS_COMMIT=$TRAVIS_COMMIT" -e "TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG" anlun/compiler-workout-ci
|
||||
script:
|
||||
docker exec -it compiler-workout-ci sh test.sh
|
||||
docker exec -it compiler-workout-ci sh test.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue