ci: pull the current branch
This commit is contained in:
parent
d630c72488
commit
8e489c1616
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ update:
|
|||
.scripts_base: &scripts_base
|
||||
# load nix environment
|
||||
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
- git pull origin main
|
||||
- git pull origin $CI_COMMIT_REF_NAME
|
||||
|
||||
.scripts_deploy: &scripts_deploy
|
||||
# setup ssh key
|
||||
|
|
Loading…
Reference in a new issue