Skip to content

Commit b63dc68

Browse files
committed
Try again
1 parent 3048318 commit b63dc68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wercker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,18 @@ integration-test:
158158
echo "$IMAGE_NAME_OPERATOR:$IMAGE_TAG_OPERATOR"
159159
160160
# integration tests
161-
sh $WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh
162-
local exit_code=$?
161+
set -x
162+
local exit_code=$($WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh)
163+
set +x
163164
164165
# clean up
165166
yum clean all
166167
167168
# store the artifacts so we can download them easily
168169
tar czvf ${WERCKER_REPORT_ARTIFACTS_DIR}/integration-test-data.tar.gz /pipeline/output/*
169170
170-
if [ ${exit_code} -ne 0 ] ; then
171-
exit ${exit_code}
172-
fi
171+
exit ${exit_code}
172+
173173
174174
# This pipeline runs quality checks
175175
quality:

0 commit comments

Comments
 (0)