Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.main
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSL
code
org.etsi.osl.main
Commits
a112d099
Commit
a112d099
authored
3 weeks ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Removing the obsolete option to retain the output path between Angular builds (fix for
#46
)
parent
ac4ee124
No related branches found
Branches containing commit
No related tags found
1 merge request
!51
Resolve "Update the ng-cli image"
Pipeline
#13266
passed
3 weeks ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci-templates/build.yml
+1
-1
1 addition, 1 deletion
ci-templates/build.yml
ci-templates/build_unprotected.yml
+1
-1
1 addition, 1 deletion
ci-templates/build_unprotected.yml
compose/deploy.sh
+1
-1
1 addition, 1 deletion
compose/deploy.sh
with
3 additions
and
3 deletions
ci-templates/build.yml
+
1
−
1
View file @
a112d099
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
ci-templates/build_unprotected.yml
+
1
−
1
View file @
a112d099
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
compose/deploy.sh
+
1
−
1
View file @
a112d099
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment