Commit 16e6cb24 authored by Tobias Munk's avatar Tobias Munk

debug CI

parent bef74ab2
Pipeline #10043 passed with stages
...@@ -53,7 +53,9 @@ lint: ...@@ -53,7 +53,9 @@ lint:
script: script:
- make diagnose - make diagnose
- set +e - set +e
- ls -la tests/_lint
- bash build/scripts/lint.sh - bash build/scripts/lint.sh
- ls -la tests/_lint
- set -e - set -e
- cp -r tests/_lint/ /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}
......
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