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 2
2
3
3
set -euo pipefail
4
4
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"
7
8
8
9
echo " Setting up Python dependencies..."
9
10
${PYBIN} /python --version
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
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"
7
8
8
9
echo " Setting up Python dependencies..."
9
10
python3 --version
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
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"
7
8
8
9
echo " Setting up Python dependencies..."
9
10
python3 --version
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
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"
7
8
8
9
echo " Setting up Python dependencies..."
9
10
python3 --version
You can’t perform that action at this time.
0 commit comments