Skip to content

Commit

Permalink
ci: remove unused commands
Browse files Browse the repository at this point in the history
Signed-off-by: Anqi Pang <[email protected]>
  • Loading branch information
AnqiPang committed Mar 8, 2023
1 parent 35ad886 commit beddb24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
- name: Download from S3
run: |
aws s3 cp s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-${GITHUB_REF_NAME}-aarch64.pkg Finch-${GITHUB_REF_NAME}-aarch64.pkg
pwd
- name: Silently install
run: sudo installer -pkg Finch-${GITHUB_REF_NAME}-aarch64.pkg -target /
- name: Build project
Expand All @@ -93,7 +92,6 @@ jobs:
finch vm stop && finch vm remove
- name: Clean up multiple instance test
run: |
pwd
sudo rm -rf ./_output
echo 'y' | sudo bash /Applications/Finch/uninstall.sh
rm -rf Finch-${GITHUB_REF_NAME}-aarch64.pkg
Expand Down Expand Up @@ -152,7 +150,6 @@ jobs:
- name: Download from S3
run: |
aws s3 cp s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-${GITHUB_REF_NAME}-x86_64.pkg Finch-${GITHUB_REF_NAME}-x86_64.pkg
pwd
- name: Silently install
run: |
sudo installer -pkg Finch-${GITHUB_REF_NAME}-x86_64.pkg -target /
Expand All @@ -176,7 +173,6 @@ jobs:
finch vm stop && finch vm remove
- name: Clean up multiple instance test
run: |
pwd
sudo rm -rf ./_output
echo 'y' | sudo bash /Applications/Finch/uninstall.sh
rm -rf Finch-${GITHUB_REF_NAME}-x86_64.pkg
Expand Down

0 comments on commit beddb24

Please sign in to comment.