Fix the scripts paths
This commit is contained in:
@@ -13,7 +13,7 @@ before_script:
|
|||||||
|
|
||||||
build.tags:
|
build.tags:
|
||||||
stage: build
|
stage: build
|
||||||
script: /bin/bash -e utilities/build.tags.sh
|
script: /bin/bash -e .utilities/build.tags.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- milestone--2.0
|
- milestone--2.0
|
||||||
@@ -23,7 +23,7 @@ build.tags:
|
|||||||
|
|
||||||
build.schedules:
|
build.schedules:
|
||||||
stage: build
|
stage: build
|
||||||
script: /bin/bash -e utilities/build.schedules.sh
|
script: /bin/bash -e .utilities/build.schedules.sh
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -32,7 +32,7 @@ build.schedules:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script: /bin/bash -e utilities/test.sh
|
script: /bin/bash -e .utilities/test.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -43,7 +43,7 @@ test:
|
|||||||
|
|
||||||
publish.tags:
|
publish.tags:
|
||||||
stage: publish
|
stage: publish
|
||||||
script: /bin/bash -e utilities/publish.tags.sh
|
script: /bin/bash -e .utilities/publish.tags.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -52,7 +52,7 @@ publish.tags:
|
|||||||
|
|
||||||
publish.schedules:
|
publish.schedules:
|
||||||
stage: publish
|
stage: publish
|
||||||
script: /bin/bash -e utilities/publish.schedules.sh
|
script: /bin/bash -e .utilities/publish.schedules.sh
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -61,6 +61,6 @@ publish.schedules:
|
|||||||
|
|
||||||
update_docker_hub_full_description:
|
update_docker_hub_full_description:
|
||||||
stage: publish
|
stage: publish
|
||||||
script: /bin/bash -e utilities/update-docker-hub-full-description.sh
|
script: /bin/bash -e .utilities/update-docker-hub-full-description.sh
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user