Commit 68a8af6d authored by Heimo Stranner's avatar Heimo Stranner
Browse files

remove docker host env

parent 4f9b7cc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ services:
  resource_group: lock_docker_build_$NAME
  retry: 2
  variables:
    DOCKER_HOST: tcp://docker:2376
  script:
    - if [ "$BASE" != "" ]; then docker pull $BASE; fi
    - cd $DIR && docker build $BUILDARG --build-arg -t registry.reset.inso-w.at/pub/docker/docker/$NAME .