Commit 4f9b7cc7 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

remove sleep

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