making the lint stage print out the pipeline ID as a test
This commit is contained in:
parent
b3fc7f65f2
commit
d72151787f
@ -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