Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
90456117
Commit
90456117
authored
Jan 26, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docker build
parent
6c7f6c20
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
workspace.xml
drip-planner/.idea/workspace.xml
+7
-4
package.sh
package.sh
+7
-5
No files found.
drip-planner/.idea/workspace.xml
View file @
90456117
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e478ccae-5352-4e8e-9efb-3f5cda44e877"
name=
"Default Changelist"
comment=
""
/>
<list
default=
"true"
id=
"e478ccae-5352-4e8e-9efb-3f5cda44e877"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../package.sh"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../package.sh"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
@@ -307,11 +310,11 @@
...
@@ -307,11 +310,11 @@
<screen
x=
"67"
y=
"34"
width=
"2493"
height=
"1406"
/>
<screen
x=
"67"
y=
"34"
width=
"2493"
height=
"1406"
/>
</state>
</state>
<state
x=
"679"
y=
"283"
key=
"SettingsEditor/67.34.2493.1406@67.34.2493.1406"
timestamp=
"1575885393075"
/>
<state
x=
"679"
y=
"283"
key=
"SettingsEditor/67.34.2493.1406@67.34.2493.1406"
timestamp=
"1575885393075"
/>
<state
x=
"
681"
y=
"400"
key=
"com.intellij.ide.util.TipDialog"
timestamp=
"1579175096269
"
>
<state
x=
"
893"
y=
"526"
key=
"com.intellij.ide.util.TipDialog"
timestamp=
"1580066068605
"
>
<screen
x=
"67"
y=
"34"
width=
"
1853"
height=
"104
6"
/>
<screen
x=
"67"
y=
"34"
width=
"
2493"
height=
"140
6"
/>
</state>
</state>
<state
x=
"681"
y=
"400"
key=
"com.intellij.ide.util.TipDialog/67.34.1853.1046@67.34.1853.1046"
timestamp=
"1579175096269"
/>
<state
x=
"681"
y=
"400"
key=
"com.intellij.ide.util.TipDialog/67.34.1853.1046@67.34.1853.1046"
timestamp=
"1579175096269"
/>
<state
x=
"893"
y=
"526"
key=
"com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406"
timestamp=
"15
77206106759
"
/>
<state
x=
"893"
y=
"526"
key=
"com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406"
timestamp=
"15
80066068605
"
/>
<state
x=
"882"
y=
"239"
width=
"862"
height=
"993"
key=
"find.popup"
timestamp=
"1576090708880"
>
<state
x=
"882"
y=
"239"
width=
"862"
height=
"993"
key=
"find.popup"
timestamp=
"1576090708880"
>
<screen
x=
"67"
y=
"34"
width=
"2493"
height=
"1406"
/>
<screen
x=
"67"
y=
"34"
width=
"2493"
height=
"1406"
/>
</state>
</state>
...
...
package.sh
View file @
90456117
#!/bin/bash
#!/bin/bash
echo
"----------Building drip-manager Docker--------------"
cd
drip-manager
&&
mvn
-Dmaven
.test.skip
=
true
dockerfile:build
cd
drip-manager
&&
mvn
-Dmaven
.test.skip
=
true
dockerfile:build
cd
../
cd
../
cd
drip-planner
&&
mvn
-Dmaven
.test.skip
=
true
dockerfile:build
echo
"----------Building drip-provisioner Docker--------------"
cd
drip-provisioner
&&
mvn
-Dmaven
.test.skip
=
true
dockerfile:build
cd
../
cd
../
cd
sure_tosca-flask-server
&&
docker build
-t
sure-tosca:3.0.0
.
echo
"----------Building sure_tosca-flask-server Docker--------------"
cd
sure_tosca-flask-server
&&
docker build
-t
deth53/sure-tosca:3.0.0
.
echo
"----------Building drip-planner Docker--------------"
cd
../
cd
../
cd
drip-planner
&&
docker build
-t
drip-planner:3.0.0
.
cd
drip-planner
&&
docker build
-t
d
eth53/d
rip-planner:3.0.0
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment