chore(gitlab-ci): ...
This commit is contained in:
parent
5958c452bc
commit
531cd028cd
@ -17,8 +17,8 @@ node dependencies:
|
|||||||
- nix build -o node-dependencies .#uniworxNodeDependencies
|
- nix build -o node-dependencies .#uniworxNodeDependencies
|
||||||
before_script:
|
before_script:
|
||||||
- install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf
|
- install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf
|
||||||
- nix-env -f '<nixpkgs>' -iA envsubst nixUnstable git coreutils
|
- nix-channel --update
|
||||||
- nix-env -e busybox
|
- nix-env -f '<nixpkgs>' -riA envsubst nixUnstable git coreutils
|
||||||
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
|
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
|
||||||
- git config --global init.defaultBranch master
|
- git config --global init.defaultBranch master
|
||||||
- install -v -m 0700 -d ~/.ssh
|
- install -v -m 0700 -d ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user