We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63dc68 commit 8fec2fbCopy full SHA for 8fec2fb
wercker.yml
@@ -159,15 +159,16 @@ integration-test:
159
160
# integration tests
161
set -x
162
- local exit_code=$($WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh)
163
- set +x
+ $WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh
+ local exit_code=$?
164
165
# clean up
166
yum clean all
167
168
# store the artifacts so we can download them easily
169
tar czvf ${WERCKER_REPORT_ARTIFACTS_DIR}/integration-test-data.tar.gz /pipeline/output/*
170
171
+ set +x
172
exit ${exit_code}
173
174
0 commit comments