Skip to content
Snippets Groups Projects
Commit a6f85391 authored by Carles Barrobés's avatar Carles Barrobés
Browse files

Run pipeline build step for all branches

parent 728fe044
No related branches found
No related tags found
1 merge request!9Fees should use the right units
Pipeline #35589 passed
......@@ -124,6 +124,9 @@ build:env:
# Show version
- npm version
script:
# This install is useful when adding dependencies in a branch (MR), those
# will not be in the base build image from the develop branch
- npm install --no-audit
# Build
- npm run build:${BUILD_ENVIRONMENT}
after_script:
......@@ -139,10 +142,7 @@ build:env:
build:
extends: .build
needs: ["build:env"]
image: ${CI_BUILD_IMAGE}
only:
- develop
build:feature:
extends: .build
......
{
"name": "cesium",
"version": "2.0.0-alpha20",
"version": "2.0.0-alpha21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cesium",
"version": "2.0.0-alpha20",
"version": "2.0.0-alpha21",
"license": "AGPL-3.0",
"dependencies": {
"@angular/animations": "^17.0.4",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment