Skip to content

Commit

Permalink
Fixing script call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent d558e0f commit c5fafc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
source ./env/spacefx.env
bash ./modules/load_modules.sh
info_log "Running ./.vscode/build_setup_tarball.sh"
run_a_script "./.vscode/build_setup_tarball.sh"
echo "Running ./.vscode/build_setup_tarball.sh"
bash ./.vscode/build_setup_tarball.sh
sub_exit_code=${PIPESTATUS[0]}
if [[ $sub_exit_code -gt 0 ]]; then
echo "Previous step failed. Troubleshoot"
echo "Outputting log file..."
cat /var/spacedev/logs/build_setup_tarball.sh.log
echo ""
exit 1
fi

0 comments on commit c5fafc1

Please sign in to comment.