Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
nmaas
nmaas Portal
Commits
08a4ee03
Commit
08a4ee03
authored
2 years ago
by
Łukasz Łopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated app version to 1.5.3
parent
11191d2e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
build_and_publish.sh
+1
-1
1 addition, 1 deletion
build_and_publish.sh
package-lock.json
+19032
-47
19032 additions, 47 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
19035 additions
and
50 deletions
build.gradle
+
1
−
1
View file @
08a4ee03
...
@@ -5,7 +5,7 @@ plugins {
...
@@ -5,7 +5,7 @@ plugins {
id
"org.sonarqube"
version
"3.2.0"
id
"org.sonarqube"
version
"3.2.0"
}
}
version
=
'1.5.
2
'
version
=
'1.5.
3
'
task
buildGUI
(
type:
Exec
)
{
task
buildGUI
(
type:
Exec
)
{
println
'Building using Angular CLI'
println
'Building using Angular CLI'
...
...
This diff is collapsed.
Click to expand it.
build_and_publish.sh
+
1
−
1
View file @
08a4ee03
#!/bin/bash
#!/bin/bash
TAG
=
1.5.
2
TAG
=
1.5.
3
PACKAGE
=
nmaas-portal
PACKAGE
=
nmaas-portal
REPOSITORY
=
artifactory.geant.net/nmaas-docker-local
REPOSITORY
=
artifactory.geant.net/nmaas-docker-local
sudo
docker build
--rm
-t
$REPOSITORY
/
$PACKAGE
:
$TAG
-f
./Dockerfile ..
sudo
docker build
--rm
-t
$REPOSITORY
/
$PACKAGE
:
$TAG
-f
./Dockerfile ..
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
19032
−
47
View file @
08a4ee03
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
08a4ee03
{
{
"name"
:
"nmaas-portal"
,
"name"
:
"nmaas-portal"
,
"version"
:
"1.5.
2-SNAPSHOT
"
,
"version"
:
"1.5.
3
"
,
"license"
:
"Apache 2.0"
,
"license"
:
"Apache 2.0"
,
"angular-cli"
:
{},
"angular-cli"
:
{},
"scripts"
:
{
"scripts"
:
{
...
...
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