Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
d2e1384d
Commit
d2e1384d
authored
Sep 17, 2020
by
Vasyl Leskiv [SLB]
Browse files
Add partition service to azure.yml
parent
b68d69cc
Pipeline
#9022
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
d2e1384d
...
...
@@ -118,7 +118,7 @@ azure_containerize:
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]' > Dockerfile
-
|
if [ "$AZURE_SERVICE" == "entitlements" ]; then
if [ "$AZURE_SERVICE" == "entitlements"
] || [ "$AZURE_SERVICE" == "partition"
]; then
TARGET=$(find ./$AZURE_BUILD_SUBDIR/target -name '*.jar' |head -n 1)
else
TARGET=$(find ./$AZURE_BUILD_SUBDIR/target -name '*-spring-boot.jar' |head -n 1)
...
...
Write
Preview
Supports
Markdown
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