We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5e98d commit 07c71a3Copy full SHA for 07c71a3
.gitlab-ci.yml
@@ -105,6 +105,7 @@ lint:
105
script:
106
- export DHI_EXAMPLE_CARDS_BASE="${PWD}/data/examplecards"
107
- source setup.sh
108
+ - law index
109
- export TEST_CMD="law run test.TestPlots --version "ci_${CI_COMMIT_SHORT_SHA}" --plots ${TEST_PLOTS} --campaign \"CI ${CI_COMMIT_SHORT_SHA}\" --file-types png,pdf ${PARAMETERS}"
110
- echo "running command '${TEST_CMD}'"
111
- eval "${TEST_CMD}"
bin/law
@@ -0,0 +1 @@
1
+../modules/law/bin/law3
0 commit comments