Skip to content

Commit

Permalink
pipeline: fix pie failure (#12017)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Dec 7, 2021
1 parent c493c46 commit be088c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
mkdir -p $(Build.StagingDirectory)/split-release
./ci/assembly-split-release-artifacts.sh $(release_tag) $(Build.StagingDirectory)/release-artifacts $(Build.StagingDirectory)/split-release
- bash: |
set -eou piefail
set -eou pipefail
source $(bash-lib)
cd $(Build.StagingDirectory)/split-release
Expand Down

0 comments on commit be088c6

Please sign in to comment.