Skip to content

Commit

Permalink
fix(build): replace references to removed init-publish.gradle in Dock…
Browse files Browse the repository at this point in the history
…erfile (#580)
  • Loading branch information
maggieneterval committed Jun 18, 2019
1 parent a10467a commit 8879064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ COPY . workdir/

WORKDIR workdir

RUN GRADLE_USER_HOME=cache ./gradlew -I gradle/init-publish.gradle buildDeb \
-I gradle/init-publish.gradle \
RUN GRADLE_USER_HOME=cache ./gradlew -PenablePublishing=true buildDeb \
-x test && \
dpkg -i ./echo-web/build/distributions/*.deb && \
cd .. && \
Expand Down

0 comments on commit 8879064

Please sign in to comment.