Skip to content

Commit 483f1e4

Browse files
authored
Use another build
1 parent ee47078 commit 483f1e4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ outputs:
6464
runs:
6565
using: composite
6666
steps:
67-
- name: Install AZ CLI
67+
# Docker is required for azure/cli
68+
- uses: docker/setup-docker-action@v5
69+
70+
- name: Install Azure CLI
6871
run: |
6972
if ! command -v az > /dev/null; then
7073
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
@@ -121,8 +124,8 @@ runs:
121124
- id: run-pipeline
122125
name: Run pipeline
123126
run: |
124-
echo run-id=422059 | tee --append $GITHUB_OUTPUT
125-
echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/422059 | tee --append $GITHUB_OUTPUT
127+
echo run-id=424951 | tee --append $GITHUB_OUTPUT
128+
echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/424951 | tee --append $GITHUB_OUTPUT
126129
shell: bash
127130

128131
- name: Wait for pipeline completion

0 commit comments

Comments
 (0)