Skip to content

Commit

Permalink
Merge pull request #14 from yaymalaga/patch-1
Browse files Browse the repository at this point in the history
Include submodules when using vcs import
  • Loading branch information
lreiher authored Oct 19, 2023
2 parents 7e42024 + 470dd78 commit 900fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ARG ENABLE_RECURSIVE_VCS_IMPORT="true"
RUN if [[ $ENABLE_RECURSIVE_VCS_IMPORT == 'true' ]]; then \
/usr/local/bin/recursive_vcs_import.py src src/upstream ; \
else \
[[ -f src/target/${VCS_IMPORT_FILE} ]] && vcs import src/upstream < src/target/${VCS_IMPORT_FILE} ; \
[[ -f src/target/${VCS_IMPORT_FILE} ]] && vcs import --recursive src/upstream < src/target/${VCS_IMPORT_FILE} ; \
fi

# remove blacklisted packages from workspace
Expand Down

0 comments on commit 900fbeb

Please sign in to comment.