Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
OSDU
OSDU Data Platform
System
Storage
Commits
06a0e1e3
Commit
06a0e1e3
authored
1 year ago
by
Andriy Halka [EPAM / GCP]
Committed by
Oleksandr Kosse (EPAM)
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
GONGR-7357: Refactor names in pipelines
parent
a919de38
No related branches found
No related tags found
2 merge requests
!744
Upgraded packages to mitigated vulns in netty, guava, snakeyaml
,
!713
GONGR-7357: Refactor names in pipelines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devops/gc/pipeline/override-stages.yml
+4
-4
4 additions, 4 deletions
devops/gc/pipeline/override-stages.yml
with
4 additions
and
4 deletions
devops/gc/pipeline/override-stages.yml
+
4
−
4
View file @
06a0e1e3
...
...
@@ -4,13 +4,13 @@ variables:
NO_DATA_ACCESS_TESTER
:
$GC_NO_DATA_ACCESS_TESTER
OPA_INTEGRATION_ENABLED
:
"
true"
.define_DATA_BRANCH
:
.
gc_
define_DATA_BRANCH
:
script
:
-
>
if [[ -z $CI_COMMIT_TAG ]] && [[ $CI_COMMIT_BRANCH =~ ^release\/[0-9]{1,2}.[0-9]{1,2}$ ]];
then
REF_DATA_BRANCH=$CI_COMMIT_BRANCH
elif [[ $CI_COMMIT_TAG =~ ^v[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}
$
]];
elif [[ $CI_COMMIT_TAG =~ ^v[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}
.*
]];
then
TAG=$(echo $CI_COMMIT_TAG | sed "s/^v//");
REF_DATA_BRANCH="release/${TAG%.*}";
...
...
@@ -29,13 +29,13 @@ gc-containerize-bootstrap-gitlab:
GC_ENABLE_BOOTSTRAP
:
"
true"
BUILD_ARGS
:
"
--build-arg
DATA_BRANCH=$REF_DATA_BRANCH"
before_script
:
-
!reference
[
.define_DATA_BRANCH
,
script
]
-
!reference
[
.
gc_
define_DATA_BRANCH
,
script
]
gc-containerize-bootstrap-gcr
:
variables
:
GC_ENABLE_BOOTSTRAP
:
"
true"
BUILD_ARGS
:
"
--build-arg
DATA_BRANCH=$REF_DATA_BRANCH"
before_script
:
-
!reference
[
.define_DATA_BRANCH
,
script
]
-
!reference
[
.
gc_
define_DATA_BRANCH
,
script
]
-
gcloud auth activate-service-account --key-file=${GC_BAREMETAL_DEPLOY_FILE}
-
gcloud auth configure-docker gcr.io
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