From 250a8add5f022d77f20f20fe74b6562d09ca7a54 Mon Sep 17 00:00:00 2001 From: Grant Date: Sun, 5 Jan 2025 21:25:14 -0700 Subject: [PATCH] [ci] stage doesn't exist --- .gitlab/ci/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index 69cbede..24e7953 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -3,7 +3,7 @@ variables: IMAGE_NAME: sc07/canvas:edge publish: - stage: publish + stage: build tags: - red rules: -- GitLab