Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-auth-sidecar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-auth-sidecar
Commits
941e78df
Commit
941e78df
authored
Oct 10, 2019
by
Hogne Håskjold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to use gitlab-ci-helpers
parent
014f7947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
.gitlab-ci.yml
.gitlab-ci.yml
+14
-9
No files found.
.gitlab-ci.yml
View file @
941e78df
image
:
registry.uninett.no/system/docker-builder:1.13.1-uninett7
include
:
-
project
:
'
asm/gitlab-ci-helpers'
file
:
'
/gitlab-ci-helpers.yml'
stages
:
-
build
development
:
stage
:
deploy
s
cript
:
-
docker build -t "registry.uninett.no/$CI_PROJECT_PATH:latest" .
-
docker push "registry.uninett.no/$CI_PROJECT_PATH:latest"
extends
:
.docker-build
s
tage
:
build
variables
:
CI_REGISTRY_TAG
:
latest
only
:
-
master
stable
:
stage
:
deploy
s
cript
:
-
docker build -t "registry.uninett.no/$CI_PROJECT_PATH:$CI_BUILD_REF_NAME" .
-
docker push "registry.uninett.no/$CI_PROJECT_PATH:$CI_BUILD_REF_NAME"
extends
:
.docker-build
s
tage
:
build
variables
:
CI_REGISTRY_TAG
:
$CI_COMMIT_REF_NAME
only
:
-
tags
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