Skip to content

Commit

Permalink
Add archive log example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun committed Jun 11, 2019
1 parent 834b823 commit 0750790
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .zuul/playbooks/storm-build/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
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 All @@ -24,7 +22,7 @@
pip install mock
pip3 install mock
mvn clean install -DskipTests
mvn clean install -DskipTests | tee $LOGS_PATH/build.txt
chdir: '{{ zuul.project.src_dir }}'
executable: /bin/bash
environment: '{{ global_env }}'

0 comments on commit 0750790

Please sign in to comment.