We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e003d5d commit 6949c25Copy full SHA for 6949c25
setup_infra.sh
@@ -2,7 +2,7 @@
2
echo "Fetching submodules"
3
git submodule init
4
git submodule update
5
-git submodule foreach git pull
+git submodule foreach git pull origin master
6
7
echo "Building docker"
8
pushd docker
0 commit comments