Skip to content

Commit

Permalink
Removed redundant dir list line from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jan 3, 2024
1 parent 6ef062c commit 066ce54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-amplify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@ jobs:

- name: Deploy to Amplify
run: |
ls -l
bash -x ./deploy-amplify.sh
2 changes: 2 additions & 0 deletions deploy-amplify.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -eo pipefail

rm -f wiremock-org-amplify.zip
zip -r wiremock-org-amplify.zip _site/*

Expand Down

0 comments on commit 066ce54

Please sign in to comment.