diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-01-22 08:54:39 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-01-22 08:54:39 -0500 |
commit | 39ed72b2365de2391a62ad9e82195e864d8d465e (patch) | |
tree | 2a768d21b5f0633fe051badbd22bc94c5f02513f | |
parent | ede20292a3ef59ac5970e5fd55a6b1e7aa9c7761 (diff) | |
download | efl-39ed72b2365de2391a62ad9e82195e864d8d465e.tar.gz |
ci: travis: stop pushing images after build to docker hub
Summary:
This stopped working a while ago and we are not actively using it.
If we need it we can bring it back in a better way later.
Depends on D7708
Reviewers: bu5hm4n, zmike
Reviewed By: zmike
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D7709
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index 90c691b86a..b59462845d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,15 +139,6 @@ before_cache: mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew fi -after_success: - - | - if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$DISTRO" != "" ]]; then - docker login -u stefanschmidt1 -p "$DOCKER_PASSWORD" - docker tag stefanschmidt1/ci-support-files:$DISTRO stefanschmidt1/ci-support-files:$DISTRO-$TRAVIS_BUILD_NUMBER - docker push stefanschmidt1/ci-support-files:$DISTRO - docker push stefanschmidt1/ci-support-files:$DISTRO-$TRAVIS_BUILD_NUMBER - fi - notifications: irc: channels: |