Skip to content
Snippets Groups Projects
Commit a642d620 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

ci: fix build/tagger dependency

parent f5cb8dbd
No related branches found
No related tags found
No related merge requests found
Pipeline #25068 passed
......@@ -144,8 +144,6 @@ prd-build-fe-node-job:
ROLLBAR_ACCESS_TOKEN: $POST_CLIENT_ITEM_ROLLBAR_ACCESS_TOKEN
script:
- npm run build -- --dist-dir dist/prd
needs:
- app-tagger-job
artifacts:
paths:
- frontend/dist/prd
......@@ -161,8 +159,6 @@ stg-build-fe-node-job:
ROLLBAR_ACCESS_TOKEN: $POST_CLIENT_ITEM_ROLLBAR_ACCESS_TOKEN
script:
- npm run build -- --dist-dir dist/stg
needs:
- app-tagger-job
artifacts:
paths:
- frontend/dist/stg
......@@ -196,8 +192,6 @@ build-be-job:
--destination ${CI_REGISTRY_IMAGE}/backend:${APP_VERSION}
--build-arg APP_VERSION=$APP_VERSION
--build-arg ROLLBAR_ACCESS_TOKEN=$POST_SERVER_ITEM_ROLLBAR_ACCESS_TOKEN
needs:
- app-tagger-job
only:
- tags
- development
......
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