mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +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
|
||||||
@@ -188,7 +199,9 @@ staging:
|
|||||||
name: staging
|
name: 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
|
||||||
|
|
||||||
@@ -202,6 +215,8 @@ production_demo:
|
|||||||
name: production
|
name: production
|
||||||
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