Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
Git
Commits
8efc26fe
Verified
Commit
8efc26fe
authored
Jan 11, 2019
by
Quentin Duchemin
Browse files
Make and push only on master
parent
90cfa31c
Pipeline
#33279
passed with stages
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8efc26fe
...
...
@@ -10,9 +10,10 @@ beamer-build:
artifacts
:
paths
:
-
"
*.pdf"
expire_in
:
5 years
tags
:
-
docker
only
:
-
master
synchronize
:
stage
:
deploy
...
...
@@ -29,4 +30,6 @@ synchronize:
dependencies
:
-
beamer-build
tags
:
-
linux
\ No newline at end of file
-
linux
only
:
-
master
\ No newline at end of file
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