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
232b6a7d
Commit
232b6a7d
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
making stackname prefixing even more robust
parent
e0f522bf
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
+1
-1
1 addition, 1 deletion
CICD/heat/heatcicdwrapper.sh
with
1 addition
and
1 deletion
CICD/heat/heatcicdwrapper.sh
+
1
−
1
View file @
232b6a7d
...
@@ -16,7 +16,7 @@ fi
...
@@ -16,7 +16,7 @@ fi
STACKNAME
=
$2
STACKNAME
=
$2
if
[[
"
$STACKNAME
"
==
*
"
$CICD
"
*
]]
;
then
if
[[
"
$STACKNAME
"
==
"
$CICD
"
*
]]
;
then
echo
"CICD found in stackname. doing nothing"
echo
"CICD found in stackname. doing nothing"
else
else
STACKNAME
=
"CICD"
$STACKNAME
STACKNAME
=
"CICD"
$STACKNAME
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
c2f9b7e3
·
4 years ago
mentioned in commit
c2f9b7e3
mentioned in commit c2f9b7e392c48bea0ee24694bf8d5c4af54db872
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
15934b41
·
4 years ago
mentioned in commit
15934b41
mentioned in commit 15934b41ed6904d498e52d8cc33e6938ce8c44e8
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