Skip to content

Commit 09a109f

Browse files
committed
This just isn't working
1 parent 28cd1c9 commit 09a109f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

wercker.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -175,19 +175,6 @@ integration-test:
175175
$WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh
176176
177177
178-
# This pipeline reports results of integration test. It is separated so that integration test
179-
# pipeline succeeds and stores results even if tests actually failed
180-
after-test:
181-
steps:
182-
- script:
183-
name: Report integration test results
184-
code: |
185-
varname=${INTEGRATION_TEST_RESULT}
186-
if [ -n "$varname" ]; then
187-
exit ${!varname}
188-
fi
189-
190-
191178
# This pipeline runs quality checks
192179
quality:
193180
steps:

0 commit comments

Comments
 (0)