Skip to content
Snippets Groups Projects
Commit 259d977a authored by N5608's avatar N5608
Browse files

Update .gitlab-ci.yml

parent b7933dbc
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ code_quality:
- |
if ! docker info &>/dev/null; then
if [ -z "$DOCKER_HOST" -a "$KUBERNETES_PORT" ]; then
export DOCKER_HOST='tcp://localhost:2375'
export DOCKER_HOST='tcp://localhost:8080'
fi
fi
- docker run
......@@ -86,7 +86,7 @@ code_quality:
- tags
except:
variables:
- $CODE_QUALITY_DISABLED
- $CODE_QUALITY_ENABLE
tags:
- general
......
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