Skip to content

Commit c5c4039

Browse files
committed
Changed west-ci to provide PWD info.
1 parent 0b3ef0c commit c5c4039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

west-ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

33
# setup our build environment
4+
echo "$PWD"
5+
ls -al bacnet
46
west --version
5-
west init -l --mf ./west-ci.yml .
7+
west init -l --mf bacnet/west-ci.yml .
68
west update > /dev/null 2>&1

0 commit comments

Comments
 (0)