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

This commit is contained in:
Luke Robles 2022-01-31 21:36:09 -08:00
parent b3fc7f65f2
commit d72151787f

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