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
d2ab2bce
Commit
d2ab2bce
authored
Oct 05, 2020
by
Nicholas Karsky
Browse files
Maven debug
parent
5de31569
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
d2ab2bce
...
...
@@ -87,8 +87,8 @@
LEGAL_TAG
:
opendes-public-usa-dataset-7643990
OTHER_RELEVANT_DATA_COUNTRIES
:
US
# Delivery Section
LEGAL_HOST
:
$LEGAL_URL
DELIVERY_HOST
:
$DELIVERY_URL
LEGAL_HOST
:
https://${AZURE_DNS_NAME}/api/legal/v1/
DELIVERY_HOST
:
https://${AZURE_DNS_NAME}/api/delivery/v2/
#Schema
PRIVATE_TENANT1
:
$MY_TENANT
PRIVATE_TENANT2
:
tenant2
...
...
@@ -180,7 +180,12 @@ azure_test:
-
.maven
-
.azure_variables
script
:
-
mvn clean verify -f $AZURE_TEST_SUBDIR/pom.xml
# This Variable comes from the individual pipeline
-
|
if [ "$AZURE_SERVICE" == "file" ] || [ "$AZURE_SERVICE" == "delivery" ] || [ "$AZURE_SERVICE" == "ingestion-workflow" ]; then
$MAVEN clean verify -f $AZURE_TEST_SUBDIR/pom.xml # This Variable comes from the individual pipeline
else
mvn clean verify -f $AZURE_TEST_SUBDIR/pom.xml
fi
only
:
variables
:
-
$AZURE == 'true'
...
...
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