ACS-550 Disable release job

- disable release job
- enable DockerHub login in init.sh script
- enable DockerHub image push in the release jobs
This commit is contained in:
Cezar.Leahu
2020-08-26 19:06:48 +03:00
parent 70b0e35099
commit 27ef4152a8
3 changed files with 20 additions and 22 deletions

View File

@@ -7,8 +7,7 @@ mkdir -p "${HOME}/.m2" && cp -f .travis.settings.xml "${HOME}/.m2/settings.xml"
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
# Docker Logins
# todo enable when the dockerhub credentials are set on the project
#echo "${DOCKERHUB_USERNAME}" | docker login -u="${DOCKERHUB_PASSWORD}" --password-stdin
echo "${DOCKERHUB_USERNAME}" | docker login -u="${DOCKERHUB_PASSWORD}" --password-stdin
echo "${QUAY_PASSWORD}" | docker login -u="${QUAY_USERNAME}" --password-stdin quay.io
# Enable experimental docker features (for the image squash option)