-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix travis script #1067
Fix travis script #1067
Conversation
08325d9
to
47d74ed
Compare
6d1eac3
to
d2395ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 3 : COPY dist/traefik /
lstat dist/traefik: no such file or directory
.travis.yml
Outdated
install: | ||
- docker version | ||
- pip install --user -r requirements.txt | ||
- 'if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do have a travis cron job ? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I didn't know 😅
5f06c89
to
868cb8e
Compare
@emilevauge build seems to be stuck here |
79ae76b
to
0a4c724
Compare
Signed-off-by: Emile Vauge <[email protected]>
Signed-off-by: Emile Vauge <[email protected]>
0a4c724
to
1566379
Compare
Signed-off-by: Emile Vauge <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐸
* Fix travis script Signed-off-by: Emile Vauge <[email protected]> * how do i pronounce this damn project Signed-off-by: Emile Vauge <[email protected]> * Remove unstable Docker 1.13 tests Signed-off-by: Emile Vauge <[email protected]>
This PR fixes Travis script issues from #843:
skip_cleanup
in pages & releasestraefik*
in releases (in order to deploytraefik
default linux binary)script
instead ofscripts
There are still some strange issue on this new script. For example, this job is green but there is one integration test failing https://travis-ci.org/containous/traefik/jobs/194860155#L2078.
/cc @guilhem @vdemeester
Signed-off-by: Emile Vauge [email protected]