From dc93de27e5429b99e682684037c7fbad48dab437 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 26 Jun 2016 22:28:07 +0200 Subject: [PATCH] fixed YAML, again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6f77d9..21bfd3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ staging: only: - develop variables: - - ENVIRON: staging + ENVIRON: staging production: stage: deploy @@ -35,4 +35,4 @@ production: only: - master variables: - - ENVIRON: production + ENVIRON: production