Fix gitlab CI image specification
This commit is contained in:
parent
0dd90dd146
commit
04f46bfc5b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ stages:
|
|||
|
||||
on-schedule:
|
||||
stage: build
|
||||
image: python3
|
||||
image: python:3
|
||||
only:
|
||||
- schedules
|
||||
script:
|
||||
|
|
@ -12,7 +12,7 @@ on-schedule:
|
|||
|
||||
release:
|
||||
stage: release
|
||||
image: python3
|
||||
image: python:3
|
||||
script:
|
||||
- pip3 install gitlab-release
|
||||
- gitlab-release --zip "release-${CI_COMMIT_TAG}.zip" *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue