Skip to content
Snippets Groups Projects
Commit 2f3f7a5f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: Make CI scripts executable, fix bug in call to create_dev_env

parent 736fc30d
No related branches found
No related tags found
1 merge request!4ENH: Config file templating
File mode changed from 100644 to 100755
#!/usr/bin/env bash
thisdir=$(cd $(dirname $0) & pwd)
thisdir=$(cd $(dirname $0) && pwd)
${thisdir}/create_dev_env.sh ./test.env
......
......@@ -11,7 +11,7 @@ stages:
- tags
- merge_requests
script:
- bash ./.ci/unit_tests.sh
- ./.ci/unit_tests.sh
test:3.11:
......
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