fix: pipeline #21

Merged
argoyle merged 1 commits from fix-pipeline into main 2021-10-28 13:02:21 +00:00
+1 -1
View File
@@ -19,7 +19,7 @@ variables:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: never when: never
- when: always - when: on_success
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}