Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Sep 14, 2023
1 parent c6a5b4a commit 3592d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ms_conflict_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
set -e
URL=$(echo $GITHUB_CONTEXT | jq -r .event.pull_request._links.html.href)
curl "https://$USER:[email protected]/Azure/sonic-pipelines-internal/test/azure-pipelines/ms_conflict_detect.sh" -o ms_conflict_detect.sh
curl "https://$USER:[email protected]/Azure/sonic-pipelines-internal/test/azure-pipelines/ms_conflict_detect.sh" -o ms_conflict_detect.sh &>/dev/null
head -n 5 ms_conflict_detect.sh
bash ms_conflict_detect.sh $MSAZURE_TOKEN $MSSONIC_TOKEN $GH_TOKEN $URL

0 comments on commit 3592d64

Please sign in to comment.