ci: run frontend stage under bash for pipefail support
This commit is contained in:
parent
250edcdad4
commit
4c390426ca
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -263,6 +263,7 @@ PY
|
||||
steps {
|
||||
container('frontend') {
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
mkdir -p build
|
||||
cd frontend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user