Skip to content
Snippets Groups Projects
Commit b39ce9c2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Further improve settings for extra tests from GitLab

parent d1b21bfb
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Code Quality:
REPORT_FORMAT: html
script:
- |
export SOURCE_CODE='$(php /usr/local/bin/volume.php /code) | cut -d: -f1
export SOURCE_CODE=$(php /usr/local/bin/volume.php /code) | cut -d: -f1
- |
if ! docker info &>/dev/null; then
if [ -z "$DOCKER_HOST" -a "$KUBERNETES_PORT" ]; then
......
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