Skip to content

Commit

Permalink
build: List directories to debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Aug 29, 2018
1 parent 3bdd3d7 commit aab80ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -xeuo pipefail
srcdir=$(pwd)

# Init submodules
ls -al .git mantle
dnf -y install git
if ! test -f mantle/README.md; then
git submodule update --init
Expand Down

0 comments on commit aab80ea

Please sign in to comment.