Commit ebe56fb7 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

fix duplicate /docker

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

build-cypress: