Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-unified-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-unified-api
Commits
c854cba5
Commit
c854cba5
authored
2 years ago
by
Hendrike Heydenreich
Browse files
Options
Downloads
Patches
Plain Diff
NOISSUE - dummy commit to force a pipeline run
parent
64b75541
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
terraform/environments/scripts/wait-for-ssl.sh
+3
-3
3 additions, 3 deletions
terraform/environments/scripts/wait-for-ssl.sh
with
3 additions
and
3 deletions
terraform/environments/scripts/wait-for-ssl.sh
+
3
−
3
View file @
c854cba5
...
...
@@ -26,9 +26,9 @@ for i in {1..2500}; do
# shellcheck disable=SC2181
if
[
$retval
==
0
]
;
then
number_of_consecutive_successful_tries_achieved
=
$((
number_of_consecutive_successful_tries_achieved
+
1
))
echo
"
s
uccess (
${
number_of_consecutive_successful_tries_achieved
}
)"
echo
"
S
uccess (
${
number_of_consecutive_successful_tries_achieved
}
)"
if
[
"
$number_of_consecutive_successful_tries_achieved
"
-eq
"
$number_of_consecutive_successful_tries_needed
"
]
;
then
echo
"
t
est successful after
$i
total tries"
echo
"
T
est successful after
$i
total tries"
exit
0
fi
else
...
...
@@ -38,5 +38,5 @@ for i in {1..2500}; do
fi
done
echo
-e
"
n
o success after
$i
tries. Last output was:
\n
$out
"
echo
-e
"
N
o success after
$i
tries. Last output was:
\n
$out
"
exit
1
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