Skip to content

Commit

Permalink
feat: PRに紐づく最新のSeichiAssistをダウンロードするように
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 16, 2023
1 parent 86347c6 commit c729cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
command:
- "sh"
- "-c"
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}"'
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}" && wget -O /plugins/SeichiAssist.jar https://github.com/GiganticMinecraft/SeichiAssist/releases/download/pr-{{ .Values.SeichiAssistPullRequestNumber }}}-{{ .Values.PullRequestBranchHeadSHA }}/SeichiAssist.jar'
- name: mod-downloader
image: ghcr.io/giganticminecraft/mod-downloader:sha-c0f7980
env:
Expand Down

0 comments on commit c729cb6

Please sign in to comment.