Skip to content

Commit dc5c847

Browse files
committed
fix(jenkins): remove invalid bash flag
1 parent 20fe5e8 commit dc5c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline {
4242
}
4343
steps {
4444
sh """#!/usr/bin/env bash
45-
set -Eeux pipefail
45+
set -Eeux
4646
python -m pylint ${PYTHON_MODULES} |& tee pylint.log
4747
echo "\${PIPESTATUS[0]}" | tee pylint_status.log
4848
python -m mypy ${PYTHON_MODULES} |& tee mypy.log

0 commit comments

Comments
 (0)