Skip to content

Commit 61d7208

Browse files
committed
Use exec bash instead of source
1 parent f1b2677 commit 61d7208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binary-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
command_timeout: 3600s
6969
envs: VERSION
7070
script: |
71-
source ~/.bashrc
71+
exec bash
7272
./build.sh ${VERSION}
7373
7474
build-sls:
@@ -93,7 +93,7 @@ jobs:
9393
command_timeout: 3600s
9494
envs: VERSION
9595
script: |
96-
source ~/.bashrc
96+
exec bash
9797
./sls-build.sh ${VERSION} feat/true-sls
9898
9999
send-packer-event-arc:

0 commit comments

Comments
 (0)