Commit 524206a0 authored by Tobias Munk's avatar Tobias Munk

fixed path

parent c89059b2
Pipeline #8482 failed with stages
...@@ -59,7 +59,7 @@ lint: ...@@ -59,7 +59,7 @@ lint:
- set +e - set +e
- bash build/scripts/lint.sh - bash build/scripts/lint.sh
- set -e - set -e
- cp -r tests/_metrics/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME} || EXIT_CODE=$? - cp -r tests/_lint/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME} || EXIT_CODE=$?
- exit ${EXIT_CODE} - exit ${EXIT_CODE}
allow_failure: true allow_failure: true
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment