Skip to content

Commit

Permalink
fix: minio にファイルをコピーするコマンドが間違っているのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Sep 15, 2024
1 parent 207f211 commit 6350c98
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 6350c98

Please sign in to comment.