Skip to content

Commit

Permalink
Merge pull request #31 from earthly/ido-fix-publish
Browse files Browse the repository at this point in the history
Fix Publishing
  • Loading branch information
idodod authored Apr 9, 2024
2 parents 1571171 + 6ca6bb7 commit 3a9952d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --global-cache --use-function-keyword 0.7
PROJECT earthly-technologies/core
IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
IMPORT github.com/earthly/lib/gradle:0a891b93330eced8fe57f48397a1109d829cb7d4 AS gradle
ARG --global gradle_version=8.2.1
ARG --global bundle="github.com/earthly/earthfile-grammar+export/"
FROM gradle:${gradle_version}-jdk17
Expand Down Expand Up @@ -47,7 +47,7 @@ sign:
publish:
FROM --pass-args +src
RUN --push \
$EARTHLY_GRADLE_MOUNT_CACHE \
--mount=$EARTHLY_GRADLE_USER_HOME_CACHE --mount=$EARTHLY_GRADLE_PROJECT_CACHE \
--secret CERTIFICATE_CHAIN=intellij-plugin/chain.crt \
--secret PRIVATE_KEY=intellij-plugin/private.pem \
--secret PRIVATE_KEY_PASSWORD=intellij-plugin/private-key-password \
Expand Down

0 comments on commit 3a9952d

Please sign in to comment.