gitlab-ci: add git submodule checkout

This commit is contained in:
makefu 2019-07-07 21:04:11 +02:00
parent a4aafafd71
commit 497eecef31
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ wolf deployment test:
script:
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
- test $(PASSWORD_STORE_DIR=~/brain pass smoke) == 1337
- git submodule update --init
- $(nix-build krebs/krops.nix --no-out-link --argstr name wolf --argstr target /tmp -A test)
nix-shell test:
stage: test
@ -30,6 +31,7 @@ wolf deployment:
stage: deploy
script:
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
- git submodule update --init
- $(nix-build krebs/krops.nix --no-out-link --argstr name wolf -A deploy)
nur-packages makefu:
stage: deploy