Skip to content

Commit 1603608

Browse files
committed
added debug.
1 parent ed829bc commit 1603608

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure/common/deploy-stage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ stages:
271271
pr_label: $(PR_LABEL)
272272
aws_account: ${{ parameters.aws_account }}
273273

274-
- bash: python copy_spec.py
274+
- bash: |
275+
pwd
276+
ls
277+
python copy_spec.py
275278
displayName: Copy Spec
276279
workingDirectory: scripts/
277280

0 commit comments

Comments
 (0)