ci: except building the project from schedules

This commit is contained in:
Karl-Philipp Wulfert
2018-11-30 15:03:20 +01:00
parent aa2cffa95e
commit 071f39fdd8

View File

@@ -18,6 +18,8 @@ build:npm:
script:
- npm install
- npm run build
except:
- schedules
build:docker-builder:
image: registry.gitlab.com/openstapps/projectmanagement/builder