Skip to content

Commit

Permalink
Clone submodules on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jul 23, 2018
1 parent 5fd68f4 commit 1d7e84d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci-deploy/outside-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST:-false}
# - DOCKER_PASSWORD is set from the outside
# - ENCRYPTION_LABEL is set from the outside

# Initialize the highlighter submodule for html-build
(
cd html-build
git submodule init
git submodule update
)

git clone --depth 1 https://github.com/whatwg/wattsi.git wattsi

git clone --depth 1 https://github.com/pts/pdfsizeopt.git pdfsizeopt
Expand Down

0 comments on commit 1d7e84d

Please sign in to comment.