From c921f51d44728e2c74cab1bcc95b691cc3a05276 Mon Sep 17 00:00:00 2001 From: Alexander Harkness <me@bearbin.net> Date: Fri, 11 Oct 2019 15:15:00 +0100 Subject: [PATCH] Add debugging stage to CI --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66ac531..5cfd6e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,17 @@ before_script: - npm ci stages: + - debugging - source_check - build - test - deploy +printing: + stage: debugging + script: + - echo "$DEPLOYMENT_USERNAME" + check_format: stage: source_check script: -- GitLab