mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Replace git-checkout with volume mounting from Travis sandbox
This commit is contained in:
parent
af72862f01
commit
449831f735
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ services:
|
||||||
- docker
|
- docker
|
||||||
before_install:
|
before_install:
|
||||||
- docker pull anlun/compiler-workout-ci
|
- docker pull 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
|
- docker run -d -it --name compiler-workout-ci -v $(pwd):/usr/share/compiler-workout anlun/compiler-workout-ci
|
||||||
script:
|
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