File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- echo " Making sure the submodule is initialized..."
6- git submodule update --init --recursive
5+ printf " \nSubmodule check...\n"
6+ git submodule update --init
7+ printf " Submodule is checked out at commit: $( git submodule status) \n\n"
78
89echo " Setting up Python dependencies..."
910${PYBIN} /python --version
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- echo " Making sure the submodule is initialized..."
6- git submodule update --init --recursive
5+ printf " \nSubmodule check...\n"
6+ git submodule update --init
7+ printf " Submodule is checked out at commit: $( git submodule status) \n\n"
78
89echo " Setting up Python dependencies..."
910python3 --version
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- echo " Making sure the submodule is initialized..."
6- git submodule update --init --recursive
5+ printf " \nSubmodule check...\n"
6+ git submodule update --init
7+ printf " Submodule is checked out at commit: $( git submodule status) \n\n"
78
89echo " Setting up Python dependencies..."
910python3 --version
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- echo " Making sure the submodule is initialized..."
6- git submodule update --init --recursive
5+ printf " \nSubmodule check...\n"
6+ git submodule update --init
7+ printf " Submodule is checked out at commit: $( git submodule status) \n\n"
78
89echo " Setting up Python dependencies..."
910python3 --version
You can’t perform that action at this time.
0 commit comments