Skip to content

Commit

Permalink
buildlib: Temporary disable tumbleweed from travis test
Browse files Browse the repository at this point in the history
Travis CI fails to download opensuse:tumbleweed docker image.
Disable it for now.

Signed-off-by: Leon Romanovsky <[email protected]>
  • Loading branch information
Leon Romanovsky authored and rleon committed May 6, 2018
1 parent 01521ab commit 1eee3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/package-build-test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -e "/.dockerenv" ] || (grep -q docker /proc/self/cgroup &>/dev/null); then
exit 0
fi

for OS in centos7 tumbleweed
for OS in centos7
do
echo
echo "Checking package build for ${OS} ...."
Expand Down

0 comments on commit 1eee3c8

Please sign in to comment.