Skip to content

Commit

Permalink
tst 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent c1fd42b commit 6159631
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: get-ml-endpoint
run: |
check_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)
check_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 | sed -e 's/^"//' -e 's/"$//')
echo "CHECK_ENPOINT=$check_endpoint" >> $GITHUB_OUTPUT
name_point=${{ env.name_enpoint }}
Expand All @@ -52,7 +52,6 @@ jobs:
- id: test
name: test
run: |
echo "ccccccccccccccccccccc"
echo ${{ needs.get-endpoint.outputs.check_enpoint }}
echo ${{ needs.get-endpoint.outputs.name_enpoint }}
# - id: create-end
Expand Down

0 comments on commit 6159631

Please sign in to comment.