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
ab6c57fa
Commit
ab6c57fa
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
making stackname prefixing even more awesome robust
parent
232b6a7d
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
+2
-2
2 additions, 2 deletions
CICD/heat/heatcicdwrapper.sh
with
2 additions
and
2 deletions
CICD/heat/heatcicdwrapper.sh
+
2
−
2
View file @
ab6c57fa
...
...
@@ -16,7 +16,7 @@ fi
STACKNAME
=
$2
if
[[
"
$STACKNAME
"
==
"
$
CICD
"
*
]]
;
then
if
[[
"
$STACKNAME
"
==
"CICD"
*
]]
;
then
echo
"CICD found in stackname. doing nothing"
else
STACKNAME
=
"CICD"
$STACKNAME
...
...
@@ -24,7 +24,7 @@ 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"
$STACKNAME
function
check_stack_exists
{
if
openstack stack list |
grep
-w
$STACKNAME
;
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
f50964f1
·
4 years ago
mentioned in commit
f50964f1
mentioned in commit f50964f11fba647e8d721ea6d8d9358f11bf512b
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
9de481a7
·
4 years ago
mentioned in commit
9de481a7
mentioned in commit 9de481a740374c888c450c4f5fd2fd2f8236fadb
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