From 2c7f12b6ee0fb0c5aa1fa9326db989c227c3437c Mon Sep 17 00:00:00 2001 From: Joris De Winne Date: Wed, 10 Apr 2019 12:21:17 -0700 Subject: [PATCH] Excluding amazonlinux --- travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci.sh b/travis-ci.sh index 63e23cc..a56b961 100755 --- a/travis-ci.sh +++ b/travis-ci.sh @@ -4,7 +4,7 @@ http --follow https://gist.githubusercontent.com/jdewinne/3f13494858fad8b6b2b88e chmod +x dockertags image_name="xebialabsunsupported/xlr_dev_compile" -./dockertags -i xebialabs/xl-release -e "(|centos|amazonlinux)$" > /tmp/xlr +./dockertags -i xebialabs/xl-release -e "(centos|amazonlinux)$" > /tmp/xlr ./dockertags -i $image_name > /tmp/xl echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin while read tag ; do