Update .gitlab-ci.yml file
This commit is contained in:
@@ -5,8 +5,8 @@ stages:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
first:
|
prepare_job:
|
||||||
stage: prepare_job
|
stage: prepare
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
script:
|
script:
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
@@ -15,7 +15,6 @@ first:
|
|||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs:
|
needs:
|
||||||
- prepare_job
|
- prepare_job
|
||||||
|
|||||||
Reference in New Issue
Block a user