Skip to content

Commit

Permalink
set shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Sep 20, 2023
1 parent 910af4c commit 5216ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Unpublish and remove preview artifacts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
clean_up() {
shopt -s extglob
Expand All @@ -42,7 +43,6 @@ jobs:
echo "Hashes to remove ${OUTPUT}"
rm -rf !(${OUTPUT})
}
npm run unpublish ${_BRANCH_NAME_SHA}
cd preview
clean_up
git add .
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Unpublish and remove testnet artifacts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
clean_up() {
shopt -s extglob
Expand All @@ -87,7 +88,6 @@ jobs:
echo "Hashes to remove ${OUTPUT}"
rm -rf !(${OUTPUT})
}
npm run unpublish ${_BRANCH_NAME_SHA}
cd testnet
clean_up
git add .
Expand Down

0 comments on commit 5216ef8

Please sign in to comment.