Skip to content
Snippets Groups Projects
Commit 8db40ca6 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

pipeline multiple updates

parent 3f1eb2f6
No related branches found
No related tags found
17 merge requests!72Production update,!70Production update,!67Workflow updates,!66Css test change,!64Pipeline fix,!62Main update,!60Getting staging's latest state,!58Updating Main,!56Main updates,!52Staging->Main,!50Production updates,!47Deployment on main,!45Deployment from main,!41updated logic of the test-job,!39updated logic of the test-job,!37Updating main to reflect staging,!9pipeline multiple updates
......@@ -43,7 +43,7 @@ test-image:
after_script:
- docker stop mongo-container
- docker images -a | grep "mongo" | awk '{print $3}' | xargs docker rmi --force
# - docker image rm --force "${CONTAINER_TAG}-test"
- docker image rm --force "${CONTAINER_TAG}-test"
build-image:
stage: build
......
......@@ -32,7 +32,7 @@ WORKDIR /server
COPY ./server/src ./src/
COPY ./server/package*.json .
COPY ./server/package*.json ./
RUN npm ci --no-audit --no-fund
......@@ -54,7 +54,7 @@ WORKDIR $APP_BUILD_PATH
COPY ./server/src .
COPY ./server/package*.json .
COPY ./server/package*.json ./
RUN \
npm ci --prod --no-audit --no-fund \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment