Skip to content

Commit 4b04457

Browse files
authored
Merge pull request #24 from ScrewTSW/2891-update-mapt-version
chore(ci): debug
2 parents 2a866e7 + 2510ed5 commit 4b04457

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ai-lab-e2e-nightly-windows.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ jobs:
139139
- name: Create instance
140140
run: |
141141
# Create instance
142-
rm -rf .pulumi
142+
whoami
143+
pwd
144+
ls -la
145+
rm -rf /workspace/.pulumi
143146
podman run -d --name windows-create --rm \
144147
-v ${PWD}:/workspace:z \
145148
-e ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }} \

0 commit comments

Comments
 (0)