Skip to content

Commit 4bc2522

Browse files
committed
ci(travis): simplify, add debug helpers
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 8c5facb commit 4bc2522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ branches:
44
language: node_js
55
dist: jammy
66
arch:
7-
- arm64
87
- ppc64le
98
- s390x
109
cache:
@@ -22,6 +21,7 @@ env:
2221
DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
2322
install: skip
2423
script: |
24+
set -euv
2525
case "$JOB" in
2626
test)
2727
./cicd/well-known/test-harness.sh

cicd/well-known/prepare-autoinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ step 'Pack for autoinstall'
2727
mkdir -p "$CI_NODEJS_AUTOINSTALL_DIR"
2828
npm 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")"
3131
echo "export CI_NODEJS_AUTOINSTALL_DIR=\"$CI_NODEJS_AUTOINSTALL_DIR\"" >"$PREPARE_POSTINSTALL_SCRIPT"
3232
chmod +x "$PREPARE_POSTINSTALL_SCRIPT"

0 commit comments

Comments
 (0)