Skip to content

Commit

Permalink
Fix typo that broke git lfs pull
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Apr 25, 2022
1 parent b6a28d1 commit ecf8dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get --assume-yes install git-lfs
RUN git lfs install --force

#Download only resources required for the build, not for testing
RUN git lfs pull -include src/main/resources/large
RUN git lfs pull --include src/main/resources/large

RUN export GRADLE_OPTS="-Xmx4048m -Dorg.gradle.daemon=false" && /gatk/gradlew clean collectBundleIntoDir shadowTestClassJar shadowTestJar -Drelease=$RELEASE
RUN cp -r $( find /gatk/build -name "*bundle-files-collected" )/ /gatk/unzippedJar/
Expand Down

0 comments on commit ecf8dbc

Please sign in to comment.