Skip to content

Commit c2dca69

Browse files
committed
added echo
1 parent ee4ccee commit c2dca69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/common/deploy-stage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@ stages:
272272
aws_account: ${{ parameters.aws_account }}
273273

274274
- bash: |
275-
cd */utils/scripts/
276-
275+
echo working directory: $(System.DefaultWorkingDirectory)
276+
cd ../utils/scripts/
277+
277278
python copy_spec.py
278279
displayName: Copy Spec
279280

0 commit comments

Comments
 (0)