nix/gitlab-ci: remove populate_secrets.sh
This commit is contained in:
parent
b0149c94fc
commit
9c21d79a87
2 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
./hack/populate_secrets.sh
|
|
||||||
|
|
||||||
ssh_cmd="ssh -o StrictHostKeyChecking=accept-new"
|
ssh_cmd="ssh -o StrictHostKeyChecking=accept-new"
|
||||||
|
|
||||||
if [ ! -z ${2+x} ]; then ssh_cmd="$ssh_cmd $2"; fi
|
if [ ! -z ${2+x} ]; then ssh_cmd="$ssh_cmd $2"; fi
|
||||||
|
|
|
@ -45,7 +45,7 @@ let
|
||||||
];
|
];
|
||||||
timeout = "6h";
|
timeout = "6h";
|
||||||
artifacts = {
|
artifacts = {
|
||||||
paths = [ "systems.json" "hack/populate_secrets.sh" "hack/deploy.sh" ];
|
paths = [ "systems.json" "hack/deploy.sh" ];
|
||||||
expire_in = "30 days";
|
expire_in = "30 days";
|
||||||
};
|
};
|
||||||
tags = [ "cacher" ];
|
tags = [ "cacher" ];
|
||||||
|
|
Loading…
Reference in a new issue