Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
af9b1679
Commit
af9b1679
authored
4 years ago
by
Andrew Kapuscinski
Browse files
Options
Downloads
Patches
Plain Diff
added initial gitlab-ci.yml to start building our pipeline
parent
3c9b222d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-0
24 additions, 0 deletions
.gitlab-ci.yml
with
24 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
24
−
0
View file @
af9b1679
stages
:
-
build-dev
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"push"'
image
:
docker:19.03.12
variables
:
# Docker Variables
DOCKER_TLS_CERTDIR
:
"
/certs"
services
:
-
name
:
docker:19.03.12-dind
before_script
:
-
docker info
-
echo "$HARBOR_PASSWORD" | docker login -u "$HARBOR_USER" --password-stdin $HARBOR_URL
build dev
:
stage
:
build-dev
script
:
-
docker build -t workspace:gitlab-test -f services/workflow/Dockerfile.dev .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment