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 28cd1c9 commit 09a109fCopy full SHA for 09a109f
wercker.yml
@@ -175,19 +175,6 @@ integration-test:
175
$WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh
176
177
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
191
# This pipeline runs quality checks
192
quality:
193
steps:
0 commit comments