Skip to content

Commit

Permalink
Merge pull request #2228 from GiganticMinecraft/fix/minio-cp-command
Browse files Browse the repository at this point in the history
fix: minio にファイルをコピーするコマンドが間違っているのを修正
  • Loading branch information
outductor authored Sep 15, 2024
2 parents 207f211 + 6350c98 commit ebab5cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
command: [sh, -c]
args: [
"mc alias set myminio http://seichi-private-plugin-blackhole-minio.minio:9000/ ${MINIO_ACCESS_KEY} ${MINIO_ACCESS_SECRET} && \
mc cp SeichiAssist.jar myminio/seichiassist/{{ workflow.parameters.target-branch }}/SeichiAssist.jar"
mc cp SeichiAssist.jar myminio/seichiassist/{{ workflow.parameters.target-branch }}"
]
parameters:
- src:
Expand Down

0 comments on commit ebab5cc

Please sign in to comment.