Skip to content

Commit 3f3318c

Browse files
author
Trong Nhan Mai
committed
chore: remove set +u from token file creation block because set -u has been set already
Signed-off-by: Trong Nhan Mai <[email protected]>
1 parent 4b4e555 commit 3f3318c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/release_scripts/run_macaron.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,14 +604,12 @@ fi
604604
set +e
605605

606606
# Handle tokens.
607-
set +u
608607
{
609608
echo "GITHUB_TOKEN=${GITHUB_TOKEN}"
610609
echo "MCN_GITLAB_TOKEN=${MCN_GITLAB_TOKEN}"
611610
echo "MCN_SELF_HOSTED_GITLAB_TOKEN=${MCN_SELF_HOSTED_GITLAB_TOKEN}"
612611
} > ${TOKEN_FILE}
613612
mount_file "macaron_env_file" ${TOKEN_FILE} ${MACARON_WORKSPACE}/${TOKEN_FILE} "rw,Z"
614-
set -u
615613

616614
# Force docker to use linux/amd64 platform in order to make docker use emulation on ARM host platforms.
617615
docker run \

0 commit comments

Comments
 (0)