Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8728d3c7
authored
Jun 20, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix in script
parent
503a34c4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
CMakeLists.txt
script/build_microservice_docker.sh
CMakeLists.txt
View file @
8728d3c7
...
@@ -166,5 +166,5 @@ include(CPack)
...
@@ -166,5 +166,5 @@ include(CPack)
#
#
install
(
TARGETS Microservice DESTINATION lib
)
install
(
TARGETS Microservice DESTINATION lib
)
set
(
PUBLISH_FILE
${
CPACK_PACKAGE_FILE_NAME
}
-
${
CPACK_SYSTEM_NAME
}
.tar.gz
)
set
(
PUBLISH_FILE
target/
${
CPACK_PACKAGE_FILE_NAME
}
-
${
CPACK_SYSTEM_NAME
}
.tar.gz
)
add_custom_target
(
publish COMMAND gradle uploadArchives -Pcversion=
${
Microservice_VERSION_STRING
}
-Ppublish_file=
${
PUBLISH_FILE
}
)
add_custom_target
(
publish COMMAND gradle uploadArchives -Pcversion=
${
Microservice_VERSION_STRING
}
-Ppublish_file=
${
PUBLISH_FILE
}
)
\ No newline at end of file
script/build_microservice_docker.sh
View file @
8728d3c7
...
@@ -40,7 +40,7 @@ echo "build image..."
...
@@ -40,7 +40,7 @@ echo "build image..."
docker build
-t
municipalitybank.com:5050/ipgallery.common.cpp/microservice:
$1
.
docker build
-t
municipalitybank.com:5050/ipgallery.common.cpp/microservice:
$1
.
# closing container
# closing container
docker-compose down
dev-microservice
docker-compose down
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