Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOUSSE
stereopticon 📽
Commits
47b1ea6d
Commit
47b1ea6d
authored
Feb 19, 2020
by
Erwan Bousse
Browse files
CI: only trigger jobs when relevant changes occur
parent
fd9b3275
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47b1ea6d
...
...
@@ -10,6 +10,11 @@ stages:
-
deploy
build
:
only
:
changes
:
-
src/**
-
demo/**
-
compile.sh
stage
:
build
script
:
-
bash ./compile.sh
...
...
@@ -23,8 +28,13 @@ build:
-
css/theme/stereopticon.css
pages
:
only
:
-
master
only
:
changes
:
-
src/**
-
demo/**
-
compile.sh
refs
:
-
master
dependencies
:
-
build
stage
:
deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment