From e76529eee8b1179e698636b6dcdd28aa0c510923 Mon Sep 17 00:00:00 2001 From: ein 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