Skip to content

Commit 2ea6b5a

Browse files
committed
update to github action
1 parent 79f39b2 commit 2ea6b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chicmoz-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Cleanup old images
4040
run: |
4141
chmod +x ".github/workflows/cleanup-script.sh"
42-
".github/workflows/cleanup-script.sh"
42+
bash -x ".github/workflows/cleanup-script.sh"
4343
4444
- name: Save DigitalOcean kubeconfig
4545
run: doctl kubernetes cluster kubeconfig save chicmoz-prod

0 commit comments

Comments
 (0)