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
Compare revisions
ac4ee124958d071937878646137cff91eb4f4828 to edbedda372418886077ced5163a83b3880e87616
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
osl/code/org.etsi.osl.main
Select target project
No results found
edbedda372418886077ced5163a83b3880e87616
Select Git revision
Swap
Target
osl/code/org.etsi.osl.main
Select target project
osl/code/org.etsi.osl.main
1 result
ac4ee124958d071937878646137cff91eb4f4828
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Removing the obsolete option to retain the output path between Angular builds (fix for
#46
)
· a112d099
trantzas
authored
3 weeks ago
a112d099
Updating ng-cli version in deploy.sh (fix for
#46
)
· 59f985b3
trantzas
authored
3 weeks ago
59f985b3
Merge branch '46-update-the-ng-cli-image' into 'develop'
· edbedda3
trantzas
authored
3 weeks ago
Resolve "Update the ng-cli image" See merge request
!51
edbedda3
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
+2
-2
2 additions, 2 deletions
compose/deploy.sh
with
4 additions
and
4 deletions
ci-templates/build.yml
View file @
edbedda3
...
...
@@ -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
View file @
edbedda3
...
...
@@ -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
View file @
edbedda3
...
...
@@ -62,5 +62,5 @@ fi
echo
"Installing npm packages..."
docker run
-u
$(
id
-u
)
--rm
-v
"
$PWD
"
:/app trion/ng-cli:1
3.3.7
npm
install
docker run
-u
$(
id
-u
)
--rm
-v
"
$PWD
"
:/app trion/ng-cli:1
3.3.7
ng build
--configuration
production
--deleteOutputPath
=
false
docker run
-u
$(
id
-u
)
--rm
-v
"
$PWD
"
:/app trion/ng-cli:1
4.2.9
npm
install
docker run
-u
$(
id
-u
)
--rm
-v
"
$PWD
"
:/app trion/ng-cli:1
4.2.9
ng build
--configuration
production
This diff is collapsed.
Click to expand it.