Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Godshell
Skynet
Commits
71c032c1
Commit
71c032c1
authored
Sep 05, 2018
by
Jason Frisvold
Browse files
Update .gitlab-ci.yml
parent
4eb46651
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71c032c1
image
:
docker:git
services
:
docker:dind
before_script
:
-
export REVISION=$(git rev-parse --short HEAD)
-
docker login --username gitlab-ci-token --password $CI_BUILD_TOKEN $CI_REGISTRY
after_script
:
-
docker logout $CI_REGISTRY
stages
:
-
analysis
-
analysis
sonarqube
:
stage
:
analysis
...
...
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