File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ branches:
44language : node_js
55dist : jammy
66arch :
7- - arm64
87 - ppc64le
98 - s390x
109cache :
2221 DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
2322install : skip
2423script : |
24+ set -euv
2525 case "$JOB" in
2626 test)
2727 ./cicd/well-known/test-harness.sh
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ step 'Pack for autoinstall'
2727mkdir -p " $CI_NODEJS_AUTOINSTALL_DIR "
2828npm pack --pack-destination=" $CI_NODEJS_AUTOINSTALL_DIR "
2929
30- mkdir -p " $BASE_DIR /cicd/tmp/well-known/set-env "
30+ mkdir -p " $( dirname " $PREPARE_POSTINSTALL_SCRIPT " ) "
3131echo " export CI_NODEJS_AUTOINSTALL_DIR=\" $CI_NODEJS_AUTOINSTALL_DIR \" " > " $PREPARE_POSTINSTALL_SCRIPT "
3232chmod +x " $PREPARE_POSTINSTALL_SCRIPT "
You can’t perform that action at this time.
0 commit comments