Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DSS
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
xfsc
Dev Ops
Components
DSS
Commits
2e9c3c85
Commit
2e9c3c85
authored
1 year ago
by
Steffen Schulze
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
45790b78
No related branches found
No related tags found
No related merge requests found
Pipeline
#38190
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-12
3 additions, 12 deletions
.gitlab-ci.yml
with
3 additions
and
12 deletions
.gitlab-ci.yml
+
3
−
12
View file @
2e9c3c85
...
...
@@ -2,26 +2,17 @@ variables:
DOCKERFILE
:
Dockerfile
TAG
:
${HARBOR_HOST}/${HARBOR_PROJECT}/${CI_PROJECT_NAME}
clone
:
stage
:
.pre
rules
:
-
if
:
'
$CI_COMMIT_TAG
==
null'
docker-build
:
stage
:
build
image
:
name
:
node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/dev-ops/build-executor:main
entrypoint
:
[
"
"
]
script
:
-
git clone https://ec.europa.eu/digital-building-blocks/code/scm/esig/dss-demos.git dss
-
mkdir deployment
-
mkdir deployment/docker
-
cp dss/Dockerfile deployment/docker/Dockerfile
-
cp -a dss/. .
docker-build
:
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint
:
[
"
"
]
script
:
-
echo "Project name is ${CI_PROJECT_NAME}"
-
echo "CommitBranch is ${CI_COMMIT_BRANCH}"
-
echo "Current Commit Tag:${CI_COMMIT_TAG}"
...
...
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