Skip to content

Commit 9fb47c2

Browse files
committed
updated azure-pipelines.yml
1 parent e77e1ae commit 9fb47c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ steps:
5050
set -ex
5151
cd /code
5252
setup/ci_bootstrap.sh
53-
setup/ci_git_set_dir_safe.sh
53+
if [ -x setup/ci_git_set_dir_safe.sh ]; then
54+
setup/ci_git_set_dir_safe.sh
55+
fi
5456
make init
5557
make ci test
5658
'

0 commit comments

Comments
 (0)