Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
signer
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
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
Gaia-X
Trust Services API
signer
Commits
ca42fd4c
Commit
ca42fd4c
authored
1 year ago
by
Lyuben Penkovski
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml to prev version before Eclipse helm changes
parent
30875a0a
No related branches found
Branches containing commit
No related tags found
1 merge request
!30
Draft: New endpoint for creating verifiable credentials
Pipeline
#66750
failed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-9
12 additions, 9 deletions
.gitlab-ci.yml
with
12 additions
and
9 deletions
.gitlab-ci.yml
+
12
−
9
View file @
ca42fd4c
variables
:
HELPERS_FILE
:
docker-build.yml
HELM_HELPERS_FILE
:
helm.yml
APP_HELM_NAME
:
signer
DOCKER_FILE
:
deployment/ci/Dockerfile
...
...
@@ -8,15 +7,13 @@ stages:
-
compile
-
test
-
build
-
helm
-
manifest
-
deploy
include
:
-
project
:
'
${HELPERS_PATH}'
file
:
'
${HELPERS_FILE}'
-
template
:
'
Workflows/Branch-Pipelines.gitlab-ci.yml'
-
project
:
"
$HELM_HELPERS_PATH}"
file
:
"
${HELM_HELPERS_FILE}"
lint
:
image
:
golangci/golangci-lint:latest
...
...
@@ -63,8 +60,14 @@ amd64:
tags
:
-
amd64-docker
helm-lint
:
extends
:
.helm-lint
stage
:
helm
tags
:
-
amd64-docker
manifest
:
extends
:
.manifest-amd64
stage
:
manifest
cloud
:
extends
:
.manifest-cloud
stage
:
manifest
release
:
extends
:
.manifest-release
stage
:
manifest
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