UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 123b8a28 authored by Ismail Ahmad's avatar Ismail Ahmad
Browse files

bb-694 fixes directory path

parent 8acedb01
No related branches found
No related tags found
2 merge requests!60BB-694 Test and Script Abstraction,!57BB-694 Tests and Script Abstraction
Pipeline #90779 failed
......@@ -31,13 +31,10 @@ stages:
image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.1
.deploy_bigbang: &deploy_bigbang
- for script in /scripts/*.sh
do
bash $script
done
- for script in ./scripts/*.sh; do $script; done
.test_bigbang: &test_bigbang
- for test in /tests/bash/*.sh; do $test; done
- for test in ./tests/bash/*.sh; do $test; done
clean install:
stage: smoke tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment