UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.49
Show more breadcrumbs
Big Bang
bigbang
Commits
7f29daea
Commit
7f29daea
authored
4 years ago
by
Ismail Ahmad
Browse files
Options
Downloads
Patches
Plain Diff
adds another echo
parent
00eaffbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!60
BB-694 Test and Script Abstraction
,
!57
BB-694 Tests and Script Abstraction
Pipeline
#90850
passed
4 years ago
Stage: smoke tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/02_wait_for_helmrealeases.sh
+3
-1
3 additions, 1 deletion
scripts/02_wait_for_helmrealeases.sh
with
3 additions
and
1 deletion
scripts/02_wait_for_helmrealeases.sh
+
3
−
1
View file @
7f29daea
...
...
@@ -46,7 +46,9 @@ for package in $DEPLOYED_HELMRELEASES;
do
if
array_contains ORDERED_HELMRELEASES
"
$package
"
;
then
echo
""
else
wait_on
"
$package
"
else
echo
"Found package:
$package
, but not found in this script array. Update the array in this script if this package is always needed"
wait_on
"
$package
"
fi
done
...
...
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