Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Oct 14, 2024
1 parent 7df7f9b commit 320d72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:

- name: Force update local branch with remote
run: |
cd argo-deployments
git fetch origin main
git reset --hard origin/main # Resets to ensure you are in sync with the remote branch
git clean -fd # Removes any untracked files
Expand Down

0 comments on commit 320d72c

Please sign in to comment.