UNCLASSIFIED - NO CUI

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

chmod +X

parent cc5e5749
No related branches found
No related tags found
1 merge request!468Modify script execution in CI
Pipeline #249655 failed
......@@ -97,6 +97,7 @@ pre vars:
- |
set -e
for deploy_script in scripts/deploy/*.sh; do
chmod +x ${deploy_script}
./${deploy_script}
done
......@@ -104,6 +105,7 @@ pre vars:
- |
set -e
for test_script in tests/*.sh; do
chmod +x ${test_script}
./${test_script}
done
......
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