Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 27, 2023
1 parent ae1e1f0 commit cb93d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
endpoint="`az ml online-endpoint show --n ${{ format('taxi{0}', needs.get-config.outputs.oep) }} -g ${{ needs.get-config.outputs.resource_group }} -w ${{ needs.get-config.outputs.aml_workspace }} --query name`"
echo $endpoint
echo ${{ format('taxi{0}', needs.get-config.outputs.oep) }}
echo ${{ format('taxi1234{0}', needs.get-config.outputs.oep) }}
if [[ ${{ format('taxi{0}', needs.get-config.outputs.oep) == '$endpoint' }} ]]
then
Expand Down

0 comments on commit cb93d38

Please sign in to comment.