nix/gitlab-ci: remove populate_secrets.sh

This commit is contained in:
Luke Granger-Brown 2024-09-30 23:49:40 +00:00
parent b0149c94fc
commit 9c21d79a87
2 changed files with 1 additions and 3 deletions

View file

@ -6,8 +6,6 @@
set -euo pipefail
./hack/populate_secrets.sh
ssh_cmd="ssh -o StrictHostKeyChecking=accept-new"
if [ ! -z ${2+x} ]; then ssh_cmd="$ssh_cmd $2"; fi

View file

@ -45,7 +45,7 @@ let
];
timeout = "6h";
artifacts = {
paths = [ "systems.json" "hack/populate_secrets.sh" "hack/deploy.sh" ];
paths = [ "systems.json" "hack/deploy.sh" ];
expire_in = "30 days";
};
tags = [ "cacher" ];