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
funkwhale
funkwhale
Commits
3664f47a
Commit
3664f47a
authored
Jun 25, 2017
by
Eliot Berriot
Browse files
Try to build front using docker runner instead of dind
parent
385c7eb1
Pipeline
#47
failed with stages
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3664f47a
image
:
docker:latest
stages
:
-
build
-
test
...
...
@@ -18,11 +16,10 @@ test_api:
build_front
:
stage
:
build
before_script
:
-
docker-compose -f dev.yml run front rm dist/*
-
docker-compose -f dev.yml build front
image
:
node:6-alpine
script
:
-
docker-compose -f dev.yml run front npm run build
-
npm install
-
npm run build
artifacts
:
paths
:
-
front/dist
...
...
@@ -30,7 +27,8 @@ build_front:
-
master
-
develop
tags
:
-
dind
-
docker
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
# variables:
...
...
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