Skip to content

Commit

Permalink
Updating based on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent d3573c5 commit fa2a4af
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
chmod +x ./.vscode/build_setup_tarball.sh
cp ./config/channels/nightly.yaml ./config/nightly.yaml
cp ./config/github/annotations/azure-orbital-space-sdk-setup.yaml ./config/azure-orbital-space-sdk-setup.yaml
echo "Copying to /var/spacedev/"
bash ./.vscode/copy_to_spacedev.sh
echo "Running ./.vscode/build_setup_tarball.sh"
sudo bash ./.vscode/build_setup_tarball.sh
bash ./.vscode/build_setup_tarball.sh
sub_exit_code=${PIPESTATUS[0]}
if [[ $sub_exit_code -gt 0 ]]; then
Expand Down

0 comments on commit fa2a4af

Please sign in to comment.