Skip to content

Commit

Permalink
hotfix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Jan 22, 2021
1 parent 5b117db commit f3a66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ stages:
# The branch/tag name is calculated from the source branch
# ex: Build.SourceBranch=refs/heads/master --> master
# ex: Build.SourceBranch=refs/tags/v1.2.3-RELEASE --> v1.2.3-RELEASE
gitReference: ${ gitReference }
gitReference: ${{ gitReference }}

- script: |
yarn build
Expand Down

0 comments on commit f3a66b4

Please sign in to comment.