Skip to content

Commit

Permalink
Merge pull request #3580 from mathesar-foundation/action_reset_demo
Browse files Browse the repository at this point in the history
Updates to GH workflow to reset demo
  • Loading branch information
pavish committed May 10, 2024
2 parents b718c62 + 5775ab4 commit 79e7b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reset-demo.yml
Expand Up @@ -43,11 +43,11 @@ jobs:
do
sleep 5;
attempts=$((attempts - 1));
done
done;
if [ $attempts -le 0 ];
then
return 1;
fi
fi;
- name: Deploy demo
run: kubectl apply -f ./kubernetes_manifests/mathesar-demo.yml

0 comments on commit 79e7b52

Please sign in to comment.