Skip to content

Commit

Permalink
xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 23, 2023
1 parent 1276cbb commit 0c73285
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-online-endpoint-pipeline-classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
echo "$endpoint"
# if [[ $endpoint -eq ${{ format('taxi{0}', needs.get-config.outputs.oep) }} ]]
# then
# echo "same"
# else
# echo "not same"
# fi
if [[ $endpoint -eq ${{ format('taxi{0}', needs.get-config.outputs.oep) }} ]]
then
echo "same"
else
echo "not same"
fi
# TODO: Update if exists else create
Expand Down

0 comments on commit 0c73285

Please sign in to comment.