Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
e0f522bf
Commit
e0f522bf
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
making stackname prefixing more robust
parent
c5ef012d
No related branches found
No related tags found
3 merge requests
!297
Cicd merge back
,
!284
Cicd
,
!282
CICD
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CICD/heat/heatcicdwrapper.sh
+9
-1
9 additions, 1 deletion
CICD/heat/heatcicdwrapper.sh
with
9 additions
and
1 deletion
CICD/heat/heatcicdwrapper.sh
+
9
−
1
View file @
e0f522bf
...
@@ -14,7 +14,15 @@ if [ "$#" -ne 2 ]; then
...
@@ -14,7 +14,15 @@ if [ "$#" -ne 2 ]; then
fi
fi
STACKNAME
=
$2
STACKNAME
=
$2
STACKNAME
=
"CICD"
$STACKNAME
if
[[
"
$STACKNAME
"
==
*
"
$CICD
"
*
]]
;
then
echo
"CICD found in stackname. doing nothing"
else
STACKNAME
=
"CICD"
$STACKNAME
fi
echo
"[heatcicdwrapper] Prefixing Stackname with CICD. This is a safety feature because this script can also delete stacks"
echo
"[heatcicdwrapper] Prefixing Stackname with CICD. This is a safety feature because this script can also delete stacks"
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
c612c7d2
·
4 years ago
mentioned in commit
c612c7d2
mentioned in commit c612c7d2526fdae6ca008a9db0e77995cd5ada48
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
68738a4b
·
4 years ago
mentioned in commit
68738a4b
mentioned in commit 68738a4b6af93528b16d61cc547f24254190dac4
Toggle commit list
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