Skip to content

Commit

Permalink
Revert Xenial sleep hack in 'curl|bash' installer
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Mar 15, 2017
1 parent 1026562 commit 10bb880
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/st2bootstrap-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,13 @@ configure_st2chatops() {
}

verify_st2() {

# TODO: This is a temporary and nasty workaround for xenial CI failures.
# TODO: Fix https://github.com/StackStorm/st2/issues/3290
if [[ "$SUBTYPE" == 'xenial' ]]; then
sleep 30
fi

st2 --version
st2 -h

Expand Down

0 comments on commit 10bb880

Please sign in to comment.