Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
eid-server
Commits
92b7b77b
Commit
92b7b77b
authored
Jan 15, 2020
by
Tobias Assmann
Browse files
add missing dir create command in create_deployment-package.sh
parent
140a0d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_deployment-package.sh
View file @
92b7b77b
...
...
@@ -18,6 +18,7 @@ mvn clean install || { echo "maven build failed. please check!"; exit 1; }
echo
"copy builded stuff to
$PCK_DIR
/
$TRG_DIR
..."
cp
docker/poseidas/POSeIDAS-exec.jar
$PCK_DIR
/
$TRG_DIR
/poseidas/POSeIDAS-exec.jar
cp
docker/sam/sam-1.2.0-SNAPSHOT-thorntail.jar
$PCK_DIR
/
$TRG_DIR
/sam/sam-1.2.0-SNAPSHOT-thorntail.jar
mkdir
-p
$PCK_DIR
/
$TRG_DIR
/ssa/dist/
cp
docker/ssa/dist/ssa-server.war
$PCK_DIR
/
$TRG_DIR
/ssa/dist/ssa-server.war
echo
"archiving
$PCK_DIR
/
$TRG_DIR
to
$PCK_DIR
/
$TRG_ARC
..."
...
...
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