making the lint stage print out the pipeline ID as a test
This commit is contained in:
parent
9172eab7a3
commit
e76529eee8
@ -18,6 +18,7 @@ lint_python_on_merge_request:
|
|||||||
script:
|
script:
|
||||||
- echo "Linting Python code"
|
- echo "Linting Python code"
|
||||||
- pip install --upgrade -q pip && pip install -q black && black --fast --check .
|
- pip install --upgrade -q pip && pip install -q black && black --fast --check .
|
||||||
|
- echo $CI_JOB_ID
|
||||||
|
|
||||||
build_and_push_container:
|
build_and_push_container:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user