blob: bcff29cad9da0c8fe5e310eb3a87fffb9e1dafbc [file] [log] [blame] [edit]
#!/bin/bash
source .travis/common.sh
set -e
# Git repo fixup
start_section "environment.git" "Setting up ${YELLOW}git checkout${NC}"
set -x
git fetch --tags
git submodule update --recursive --init
git submodule foreach git submodule update --recursive --init
set +x
end_section "environment.git"
$SPACER