Skip to content

Commit

Permalink
reverse pull & checkout validate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghesselink authored Nov 13, 2024
1 parent f13deb6 commit 6ac5a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Fetch sources & submodules
run: |
ssh ssh_host 'cd ${{ vars.REPO_CLONE_PATH }}
git checkout -q ${{ inputs.branch }} && git pull
git pull && checkout -q ${{ inputs.branch }} && git pull
sudo make fetch-modules'
- name: Checkout correct branches
Expand Down

0 comments on commit 6ac5a5c

Please sign in to comment.