From 27cedbbb8fb6424f674ba86589576869f8667cbd Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 9 Apr 2024 23:26:12 +0200 Subject: [PATCH] fix ci config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac45287e..69351dba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,4 +45,4 @@ deploy docker image: - cd deploy/overlays/production - kustomize edit set image registry.edugit.org/teckids/team-pr/teckids.org:$(cat ../../../DIGESTFILE) - kustomize build -o output.yaml - - kubectl --kubeconfig=/tmp/kubeconfig apply -f $output.yaml + - kubectl --kubeconfig=/tmp/kubeconfig apply -f output.yaml -- GitLab