Skip to content

Commit

Permalink
Let job down to test the failed job
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun committed Jun 11, 2019
1 parent c5b885b commit 834b823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zuul/playbooks/storm-build/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- name: Build storm
shell:
cmd: |
set -xe
# Let job down to test the non-voting job
exit 1
wget https://www.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
tar -xzf apache-maven-3.5.4-bin.tar.gz
export PATH=$PWD/apache-maven-3.5.4/bin:$PATH
Expand Down

0 comments on commit 834b823

Please sign in to comment.