Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOUSSE
stereopticon 📽
Commits
39a74bea
Commit
39a74bea
authored
Feb 09, 2021
by
Erwan BOUSSE
Browse files
Fix CI YAML
parent
77a13444
Pipeline
#25918
passed with stages
in 9 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
39a74bea
...
@@ -10,11 +10,6 @@ stages:
...
@@ -10,11 +10,6 @@ stages:
-
deploy
-
deploy
build
:
build
:
# only:
# changes:
# - src/**
# - demo/**
# - compile.sh
stage
:
build
stage
:
build
script
:
script
:
-
bash ./compile.sh
-
bash ./compile.sh
...
@@ -28,13 +23,6 @@ build:
...
@@ -28,13 +23,6 @@ build:
-
css/theme/stereopticon.css
-
css/theme/stereopticon.css
pages
:
pages
:
# only:
# changes:
# - src/**
# - demo/**
# - compile.sh
refs
:
-
master
dependencies
:
dependencies
:
-
build
-
build
stage
:
deploy
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
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