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
System
Schema
Commits
cd1173df
Commit
cd1173df
authored
May 29, 2022
by
Akshat Joshi
Browse files
Fix the exit condition for bootstrap script
parent
87e1753c
Pipeline
#112393
failed with stages
in 179 minutes and 28 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
deployments/scripts/azure/bootstrap.sh
View file @
cd1173df
...
...
@@ -17,6 +17,7 @@ currentMessage="All schemas uploaded successfully"
BEARER_TOKEN
=
`
python
$AZURE_DEPLOYMENTS_SUBDIR
/Token.py
`
export
BEARER_TOKEN
=
$BEARER_TOKEN
python
$AZURE_DEPLOYMENTS_SCRIPTS_SUBDIR
/DeploySharedSchemas.py
-u
$AZURE_SCHEMA_URL
RET
=
$?
if
[
$ret
-ne
0
]
;
then
currentStatus
=
"failure"
currentMessage
=
"Schema loading failed. Please check error logs for more details."
...
...
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