UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BB-1084 - Clean up small errors / concerns in CI code

Merged Zachariah Dzielinski requested to merge BB-1084 into master
+ 2
2
@@ -74,10 +74,10 @@ pre vars:
- kubectl get helmrelease -A
.deploy_bigbang: &deploy_bigbang
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && {}'
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
.test_bigbang: &test_bigbang
- find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && {}'
- find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
clean install:
stage: smoke tests
Loading