Skip to content

Commit

Permalink
Use exec bash instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Oct 30, 2023
1 parent f1b2677 commit 61d7208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
command_timeout: 3600s
envs: VERSION
script: |
source ~/.bashrc
exec bash
./build.sh ${VERSION}
build-sls:
Expand All @@ -93,7 +93,7 @@ jobs:
command_timeout: 3600s
envs: VERSION
script: |
source ~/.bashrc
exec bash
./sls-build.sh ${VERSION} feat/true-sls
send-packer-event-arc:
Expand Down

0 comments on commit 61d7208

Please sign in to comment.