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