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

remove flag

parent 68a8af6d
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 --build-arg -t registry.reset.inso-w.at/pub/docker/docker/$NAME .
    - cd $DIR && docker build $BUILDARG -t registry.reset.inso-w.at/pub/docker/docker/$NAME .
    - docker push registry.reset.inso-w.at/pub/docker/$NAME

build-cypress: