making the lint stage print out the pipeline ID as a test

This commit is contained in:
ein 2022-01-31 21:36:09 -08:00
parent 9172eab7a3
commit e76529eee8

View File

@ -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