Skip to content

Commit

Permalink
Merge pull request #1497 from GiganticMinecraft/fix/seichiassist-rele…
Browse files Browse the repository at this point in the history
…ase-url

fix: SeichiAssistのダウンロードリンクを修正
  • Loading branch information
outductor authored Dec 16, 2023
2 parents 204b252 + 618839a commit e82d84a
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 /plugins/SeichiAssist.jar https://github.com/GiganticMinecraft/SeichiAssist/releases/download/pr-{{ .Values.SeichiAssistPullRequestNumber }}}-{{ .Values.PullRequestBranchHeadSHA }}/SeichiAssist.jar'
- '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 e82d84a

Please sign in to comment.