From ffe1a9bbe295ffdac6a3c7ce273f6dd1cbf3d4a9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 28 Jun 2021 08:17:31 -0400 Subject: [PATCH] Spell the gitlab config correctly --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43e52dad..8488cf15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ unit-tests: morph-builds: stage: "test" - environment: + variables: # CACHIX_AUTH_TOKEN, which lets us push to cachix, is supplied by GitLab # thanks to project-level configuration. CACHIX_NAME: "privatestorage-opensource" -- GitLab