Skip to content

Commit

Permalink
Update bikes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tuli committed Sep 1, 2020
1 parent 0d64998 commit c42bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bikes.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
kubectl label pods --selector="app=bikes,release=${{steps.generate-release-name.outputs.result}}" routing.visualstudio.io/route-from=bikes -n ${{ secrets.MASTER_SPACE }} --overwrite=true
kubectl annotate pods --selector="app=bikes,release=${{steps.generate-release-name.outputs.result}}" routing.visualstudio.io/route-on-header=kubernetes-route-as=${{steps.generate-valid-branch-name.outputs.result}} -n ${{ secrets.MASTER_SPACE }} --overwrite=true
- uses: microsoft/mindaro/actions/add-review-url@s-tuli/add-review-url_update
- uses: microsoft/mindaro/actions/add-review-url@Releases/v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit c42bcf1

Please sign in to comment.