UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d567c318 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'scripts-relocate-198' into 'master'

relocate deploy scripts

See merge request platform-one/big-bang/bigbang!865
parents 0af2781f 664aadf7
No related branches found
No related tags found
1 merge request!865relocate deploy scripts
Pipeline #466366 passed
......@@ -81,7 +81,7 @@ pre vars:
.deploy_bigbang: &deploy_bigbang
- |
set -e
for deploy_script in $(find ./scripts/deploy -type f -name '*.sh' | sort); do
for deploy_script in $(find ./tests/deploy -type f -name '*.sh' | sort); do
chmod +x ${deploy_script}
echo "Executing ${deploy_script}..."
./${deploy_script}
......@@ -90,7 +90,7 @@ pre vars:
.test_bigbang: &test_bigbang
- |
set -e
for test_script in $(find ./tests -type f -name '*.sh' | sort); do
for test_script in $(find ./tests/tests -type f -name '*.sh' | sort); do
chmod +x ${test_script}
echo "Executing ${test_script}..."
./${test_script}
......
File moved
File moved
File moved
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