Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
805
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
ce675a5370442fbbb1f6a840bb5f7b0794d15c60...221e4653e589d52212cfbba076393d6ba73a42fc
Source
221e4653e589d52212cfbba076393d6ba73a42fc
...
Target
ce675a5370442fbbb1f6a840bb5f7b0794d15c60
Compare
Commits (2)
(chore) Only start docker service for CI stages that require it - Fixes
#2207
· d731af16
Guy Thouret
authored
13 hours ago
d731af16
Merge branch 'chore/2207-speedup-ci' into 'master'
· 221e4653
Mark Harding
authored
1 hour ago
Speed Up CI Pipeline Closes
#2207
See merge request
!636
221e4653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
.gitlab-ci.yml
View file @
221e4653
image
:
markharding/minds-front-base
services
:
-
docker:dind
stages
:
-
test
-
build
...
...
@@ -154,6 +151,8 @@ build:production:i18n:
prepare:review:
stage
:
prepare
image
:
minds/ci:latest
services
:
-
docker:dind
script
:
-
docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
-
docker build -t $CI_REGISTRY_IMAGE/front-init:$CI_PIPELINE_ID -f containers/front-init/Dockerfile dist/.
...
...
@@ -179,6 +178,8 @@ prepare:review:sentry:
prepare:production:
stage
:
prepare
image
:
minds/ci:latest
services
:
-
docker:dind
script
:
-
docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
-
docker build -t $CI_REGISTRY_IMAGE/front-init:$CI_PIPELINE_ID -f containers/front-init/Dockerfile dist/.
...
...
@@ -261,6 +262,8 @@ review:stop:
.deploy
:
&deploy
image
:
minds/ci:latest
services
:
-
docker:dind
script
:
## Sync assets with CDN
-
aws s3 sync dist $S3_REPOSITORY_URL
...
...
This diff is collapsed.