Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Routing API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
FIT-Connect
Routing API
Commits
0bf2011b
Commit
0bf2011b
authored
1 year ago
by
Manuel Menz
Browse files
Options
Downloads
Patches
Plain Diff
feat: change config to use gitlab internal docker registry (
planning#1694
)
parent
d69a6add
No related branches found
No related tags found
1 merge request
!33
feat: change config to use gitlab internal docker registry (planning#1694)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
0bf2011b
...
...
@@ -16,7 +16,7 @@ stages:
build
:
stage
:
build
image
:
${CI_REGISTRY}/fit-connect/baseimage:latest
image
:
${CI_REGISTRY}/fit-connect/
images/
baseimage:latest
script
:
-
redocly bundle routing-api.yaml -o dist/routing-api.yaml
artifacts
:
...
...
@@ -28,7 +28,7 @@ build:
lint
:
stage
:
lint
image
:
name
:
${CI_
REGISTRY
}/stoplight/spectral:5
name
:
${CI_
DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX
}/stoplight/spectral:5
entrypoint
:
[
"
"
]
script
:
-
spectral lint routing-api.yaml -D
...
...
@@ -40,7 +40,7 @@ variables:
upload-preview
:
stage
:
upload
image
:
${CI_REGISTRY}/fit-connect/baseimage:latest
image
:
${CI_REGISTRY}/fit-connect/
images/
baseimage:latest
environment
:
name
:
review/$CI_COMMIT_REF_NAME
on_stop
:
stop-preview
...
...
@@ -69,7 +69,7 @@ link-check:
upload-latest-dev
:
stage
:
upload
image
:
${CI_REGISTRY}/fit-connect/baseimage:latest
image
:
${CI_REGISTRY}/fit-connect/
images/
baseimage:latest
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script
:
...
...
@@ -81,7 +81,7 @@ upload-latest-dev:
upload-release
:
stage
:
upload
image
:
${CI_REGISTRY}/fit-connect/baseimage:latest
image
:
${CI_REGISTRY}/fit-connect/
images/
baseimage:latest
rules
:
-
if
:
$CI_COMMIT_TAG
before_script
:
...
...
@@ -97,7 +97,7 @@ upload-release:
stop-preview
:
stage
:
.post
image
:
${CI_REGISTRY}/fit-connect/baseimage:latest
image
:
${CI_REGISTRY}/fit-connect/
images/
baseimage:latest
environment
:
name
:
review/$CI_COMMIT_REF_NAME
action
:
stop
...
...
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