Commit a112d099 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Removing the obsolete option to retain the output path between Angular builds (fix for #46)

parent ac4ee124
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
          cp ./src/assets/config/config.prod.default.json ./src/assets/config/config.prod.json
      fi
    - npm install
    - ng build --configuration production --deleteOutputPath=false
    - ng build --configuration production
  artifacts:
    paths:
      - dist/
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
          cp ./src/assets/config/config.prod.default.json ./src/assets/config/config.prod.json
      fi
    - npm install
    - ng build --configuration production --deleteOutputPath=false
    - ng build --configuration production
  artifacts:
    paths:
      - dist/
+1 −1
Original line number Diff line number Diff line
@@ -63,4 +63,4 @@ fi
echo "Installing npm packages..."

docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 npm install
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 ng build --configuration production --deleteOutputPath=false
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 ng build --configuration production