Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
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
HUB Terra
SMS
Frontend
Merge requests
!191
Trigger ufz deployment manually
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Trigger ufz deployment manually
manual-deployment-to-rdm-test
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Norman Ziegner
requested to merge
manual-deployment-to-rdm-test
into
master
3 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
UFZ deployment job needs to be triggered manually
allow UFZ deployment job to fail without stopping the pipeline
/cc
@kotyba.alhaj-taha
@tobias.kuhnert
@martin.abbrent
Edited
3 years ago
by
Norman Ziegner
0
0
Merge request reports
Compare
master
version 2
759893c4
3 years ago
version 1
87dabfff
3 years ago
master (base)
and
latest version
latest version
dc761aa0
2 commits,
3 years ago
version 2
759893c4
3 commits,
3 years ago
version 1
87dabfff
1 commit,
3 years ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
2
Options
@@ -147,7 +147,7 @@ build-deploy-static-files-gfz:
--env NUXT_ENV_OIDC_CHALLANGE=$OIDC_CHALLANGE \
--env NUXT_ENV_ALLOWED_MIMETYPES=$ALLOWED_MIME_TYPES \
--env NUXT_ENV_SCOPE="profile" \
${CI_REGISTRY_IMAGE}-static:gfz-${TARGET_PACKAGE_VERSION}
${CI_REGISTRY_IMAGE}-static:gfz-${TARGET_PACKAGE_VERSION}
# Use cp to avoid user missmatch with docker volumes
-
docker cp "static-gfz-${TARGET_PACKAGE_VERSION}-container-$CI_JOB_ID":/smsfrontend/dist .
# Sign the tar and tar the tar with the signing txt file to enable checksum test for orch repository
@@ -175,7 +175,7 @@ build-deploy-static-files-gfz:
# We want to be able to trigger the manual deployment from every branch
-
if
:
$CI_PIPELINE_SOURCE == "push"
when
:
manual
trigger-build-on-orchestration-gfz
:
stage
:
deploy-staging
needs
:
[
"
build-deploy-static-files-gfz"
]
@@ -253,6 +253,8 @@ deploy-staging-ufz:
-
rdm-test
rules
:
-
if
:
"
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH"
when
:
manual
allow_failure
:
true
image
:
alpine
script
:
## Install SSH agent
Loading