fix: use explicit branch in git pull to avoid tracking issue
Some checks failed
Deploy to Production / deploy (push) Failing after 54s
Some checks failed
Deploy to Production / deploy (push) Failing after 54s
This commit is contained in:
parent
cc5cd992e6
commit
0b88d0a2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
echo "=== Pulling latest code ==="
|
||||
git -C /opt/03-business/cohorta pull --ff-only
|
||||
git -C /opt/03-business/cohorta pull origin main --ff-only
|
||||
git -C /opt/03-business/cohorta log --oneline -3
|
||||
|
||||
- name: Ensure traefik-public network
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue