Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe-apps
zapp-boinc
Commits
48ac53d3
Commit
48ac53d3
authored
Oct 12, 2017
by
Daniele Venzano
Browse files
Remove the pull step from CI pipeline
parent
e452751b
Pipeline
#4588
passed with stages
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
48ac53d3
...
...
@@ -2,11 +2,11 @@ stages:
-
build
-
test
-
push
-
pull
-
deploy
variables
:
VERSION
:
$CI_PIPELINE_ID
REPOSITORY
:
zapps
image
:
docker:latest
...
...
@@ -45,13 +45,6 @@ push:all:
only
:
-
master
pull:all:
stage
:
pull
script
:
-
docker -H ${SWARM} ${SWARM_TLS_OPTIONS} pull ${DOCKER_REGISTRY}/${REPOSITORY}/boinc:${VERSION}
only
:
-
master
deploy:json:
stage
:
deploy
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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