We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98f719 commit 88b47d6Copy full SHA for 88b47d6
targets/admins/apply.sh
@@ -4,5 +4,5 @@ set -euo pipefail
4
cd "$(dirname "$0")"
5
rm -f .terraform.lock.hcl
6
tofu init -backend-config="password=$GITLAB_TOKEN" -backend-config="username=$GITLAB_USER"
7
-tofu apply
+tofu apply "$@"
8
targets/nixos-wiki.nixos.org/apply.sh
@@ -4,5 +4,4 @@ set -euo pipefail
-
0 commit comments