Skip to content

Commit

Permalink
fix(docker): fix gradle build step (#3475)
Browse files Browse the repository at this point in the history
buildDeb needs the publishing opinions from gradle/init-publish.gradle
  • Loading branch information
cfieber authored Mar 15, 2019
1 parent b4efd5d commit cdd1ffc
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 @@ -6,7 +6,7 @@ COPY . workdir/

WORKDIR workdir

RUN GRADLE_USER_HOME=cache ./gradlew buildDeb -x test && \
RUN GRADLE_USER_HOME=cache ./gradlew -I gradle/init-publish.gradle buildDeb -x test && \
dpkg -i ./clouddriver-web/build/distributions/*.deb && \
cd .. && \
rm -rf workdir && \
Expand Down

0 comments on commit cdd1ffc

Please sign in to comment.