Remove scheduled CI jobs
This commit is contained in:
@@ -14,22 +14,13 @@ before_script:
|
||||
|
||||
build.tags:
|
||||
stage: build
|
||||
script: /bin/bash -e .utilities/build.tags.sh
|
||||
script: /bin/bash -e .utilities/build.sh
|
||||
only:
|
||||
- tags
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_NAME.tar
|
||||
|
||||
build.schedules:
|
||||
stage: build
|
||||
script: /bin/bash -e .utilities/build.schedules.sh
|
||||
only:
|
||||
- schedules
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_NAME.tar
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: /bin/bash -e .utilities/test.sh
|
||||
@@ -42,22 +33,13 @@ test:
|
||||
|
||||
publish.tags:
|
||||
stage: publish
|
||||
script: /bin/bash -e .utilities/publish.tags.sh
|
||||
script: /bin/bash -e .utilities/publish.sh
|
||||
only:
|
||||
- tags
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_NAME.tar
|
||||
|
||||
publish.schedules:
|
||||
stage: publish
|
||||
script: /bin/bash -e .utilities/publish.schedules.sh
|
||||
only:
|
||||
- schedules
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_NAME.tar
|
||||
|
||||
#update_docker_hub_full_description:
|
||||
# stage: publish
|
||||
# script: /bin/bash -e .utilities/update-docker-hub-full-description.sh
|
||||
|
||||
Reference in New Issue
Block a user