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
Komal Makkar
CI-CD Pipelines
Commits
407d2760
Commit
407d2760
authored
Jan 06, 2021
by
Sumra Zafar
Browse files
Adding data copy for crs conversion
parent
a52501b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
407d2760
...
...
@@ -181,6 +181,14 @@ azure_deploy:
-
az login --service-principal -u $AZURE_PRINCIPAL_ID -p $AZURE_PRINCIPAL_SECRET --tenant $AZURE_TENANT_ID
-
az aks get-credentials -g $AZURE_UNIQUE-rg -n $AZURE_UNIQUE-aks
script
:
#Crs Conversion Service copy dataset
-
|
if [ -d "apachesis_setup/SIS_DATA" ]; then
pod=$(kubectl get pod -n osdu|grep $CI_PROJECT_NAME |tail -1 |awk '{print $1}')
echo "File copy started for crs-conversion-service for pod $pod"
res=$(kubectl cp apachesis_setup osdu/$pod:/apachesis_setup -c crs-conversion-service)
echo "$res"
fi
-
cd devops/azure
-
echo "--set image.branch=$BRANCH --set image.tag=$TAG"
...
...
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