diff options
author | jaseg <git@jaseg.de> | 2020-11-18 13:30:04 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2020-11-18 13:30:04 +0100 |
commit | 04f46bfc5bd4643207cfd4a6eab725d8241962b7 (patch) | |
tree | 65986dac8113973e88f9a80085c28c03994a4d2e | |
parent | 0dd90dd146143da3b027fe2c289cb3bb79ca3222 (diff) | |
download | stm32square-04f46bfc5bd4643207cfd4a6eab725d8241962b7.tar.gz stm32square-04f46bfc5bd4643207cfd4a6eab725d8241962b7.tar.bz2 stm32square-04f46bfc5bd4643207cfd4a6eab725d8241962b7.zip |
Fix gitlab CI image specification
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0896758..63440ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" * |