ci: test using devshell inside pipeline

This commit is contained in:
silver 2023-10-02 02:15:54 +00:00
parent 75c4695101
commit 6ce3dc060f

View file

@ -44,7 +44,7 @@ update:
# load nix environment # load nix environment
- git pull origin $CI_COMMIT_REF_NAME - git pull origin $CI_COMMIT_REF_NAME
- . "$HOME/.nix-profile/etc/profile.d/nix.sh" - . "$HOME/.nix-profile/etc/profile.d/nix.sh"
- nix-env -if https://github.com/zhaofengli/colmena/tarball/v0.4.0 - nix --extra-experimental-features 'nix-command flakes' develop
.scripts_deploy: &scripts_deploy .scripts_deploy: &scripts_deploy
# setup ssh key # setup ssh key