ci: further testing
This commit is contained in:
parent
cd656549b9
commit
b40bb11e4c
1 changed files with 2 additions and 1 deletions
|
@ -42,8 +42,9 @@ update:
|
||||||
|
|
||||||
.scripts_base: &scripts_base
|
.scripts_base: &scripts_base
|
||||||
# load nix environment
|
# load nix environment
|
||||||
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
|
||||||
- git pull origin $CI_COMMIT_REF_NAME
|
- git pull origin $CI_COMMIT_REF_NAME
|
||||||
|
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||||
|
- nix-shell -p colmena
|
||||||
|
|
||||||
.scripts_deploy: &scripts_deploy
|
.scripts_deploy: &scripts_deploy
|
||||||
# setup ssh key
|
# setup ssh key
|
||||||
|
|
Loading…
Reference in a new issue