Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
board-support-package
Commits
65ea4f43
Commit
65ea4f43
authored
Jul 27, 2017
by
David Mondou
Browse files
Only build on commits to master.
parent
26a1a08a
Pipeline
#6361
passed with stages
in 218 minutes and 24 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
65ea4f43
...
...
@@ -6,6 +6,8 @@ stages:
setup
:
stage
:
setup
only
:
-
master
script
:
-
docker stop vesta-builds
-
docker rm vesta-builds
...
...
@@ -14,6 +16,8 @@ setup:
build
:
stage
:
build
only
:
-
master
script
:
-
docker pull ubuntu:trusty
-
docker build -t yocto-base .
...
...
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