From d72151787f976e04b31b3e572595f79a8fe33b90 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 31 Jan 2022 21:36:09 -0800 Subject: [PATCH] making the lint stage print out the pipeline ID as a test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ddceff5..3739518d 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ lint_python_on_merge_request: script: - echo "Linting Python code" - pip install --upgrade -q pip && pip install -q black && black --fast --check . + - echo $CI_JOB_ID build_and_push_container: stage: deploy