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
9b051e48
Commit
9b051e48
authored
3 years ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated core files to version 1.4.5
parent
4112cbae
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 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.json
+1
-1
1 addition, 1 deletion
package.json
with
3 additions
and
3 deletions
build.gradle
+
1
−
1
View file @
9b051e48
...
...
@@ -5,7 +5,7 @@ plugins {
id
"org.sonarqube"
version
"3.0"
}
version
=
'1.4.
4
'
version
=
'1.4.
5
'
task
buildGUI
(
type:
Exec
)
{
println
'Building using Angular CLI'
...
...
This diff is collapsed.
Click to expand it.
build_and_publish.sh
+
1
−
1
View file @
9b051e48
#!/bin/bash
TAG
=
1.4.
4
TAG
=
1.4.
5
PACKAGE
=
nmaas-portal
REPOSITORY
=
artifactory.geant.net/nmaas-docker-local
sudo
docker build
--rm
-t
$REPOSITORY
/
$PACKAGE
:
$TAG
-f
./Dockerfile ..
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
9b051e48
{
"name"
:
"nmaas-portal"
,
"version"
:
"1.4.
4
"
,
"version"
:
"1.4.
5
"
,
"license"
:
"-"
,
"angular-cli"
:
{},
"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