mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
ci: slim down scheduled pipelines
This commit is contained in:
@@ -40,6 +40,15 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- www
|
- www
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
|
|
||||||
|
scheduled-build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- npm run build
|
||||||
|
only:
|
||||||
|
- schedules
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -144,6 +153,8 @@ pages:
|
|||||||
- mv docs public
|
- mv docs public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
@@ -189,6 +200,8 @@ staging:
|
|||||||
url: https://$CI_PROJECT_PATH_SLUG-staging.surge.sh/
|
url: https://$CI_PROJECT_PATH_SLUG-staging.surge.sh/
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
tags:
|
tags:
|
||||||
- secrecy
|
- secrecy
|
||||||
|
|
||||||
@@ -203,5 +216,7 @@ production_demo:
|
|||||||
url: https://$CI_PROJECT_PATH_SLUG.surge.sh/
|
url: https://$CI_PROJECT_PATH_SLUG.surge.sh/
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
tags:
|
tags:
|
||||||
- secrecy
|
- secrecy
|
||||||
|
|||||||
Reference in New Issue
Block a user