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
77a13444
Commit
77a13444
authored
Feb 09, 2021
by
Erwan BOUSSE
Browse files
Remove 'only' clause from CI
parent
b0acc361
Pipeline
#25917
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
77a13444
...
...
@@ -10,11 +10,11 @@ stages:
-
deploy
build
:
only
:
changes
:
-
src/**
-
demo/**
-
compile.sh
#
only:
#
changes:
#
- src/**
#
- demo/**
#
- compile.sh
stage
:
build
script
:
-
bash ./compile.sh
...
...
@@ -28,11 +28,11 @@ build:
-
css/theme/stereopticon.css
pages
:
only
:
changes
:
-
src/**
-
demo/**
-
compile.sh
#
only:
#
changes:
#
- src/**
#
- demo/**
#
- compile.sh
refs
:
-
master
dependencies
:
...
...
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