Skip to content

Commit

Permalink
[yt/microservices/excel] Fix dockerfile paths in build.sh.
Browse files Browse the repository at this point in the history
82acfb1c2c52cdb1fcfc1fb8da142893604810ad
  • Loading branch information
verytable committed Jun 13, 2024
1 parent d90c886 commit d6e0a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exporter/build/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ while [[ $# -gt 0 ]]; do
done

excel_exporter="${ytsaurus_source_path}/yt/microservices/excel/exporter/cmd/excel-exporter/excel-exporter"
credits="${ytsaurus_source_path}/yt/docker/ytsaurus-excel-exporter/credits"
credits="${ytsaurus_source_path}/yt/microservices/excel/exporter/build/docker/credits"

dockerfile="${ytsaurus_source_path}/yt/docker/ytsaurus-excel-exporter/Dockerfile"
dockerfile="${ytsaurus_source_path}/yt/microservices/excel/exporter/build/docker/Dockerfile"

cp ${excel_exporter} ${output_path}
cp ${dockerfile} ${output_path}
Expand Down
4 changes: 2 additions & 2 deletions uploader/build/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ while [[ $# -gt 0 ]]; do
done

excel_uploader="${ytsaurus_source_path}/yt/microservices/excel/uploader/cmd/excel-uploader/excel-uploader"
credits="${ytsaurus_source_path}/yt/docker/ytsaurus-excel-uploader/credits"
credits="${ytsaurus_source_path}/yt/microservices/excel/uploader/build/docker/credits"

dockerfile="${ytsaurus_source_path}/yt/docker/ytsaurus-excel-uploader/Dockerfile"
dockerfile="${ytsaurus_source_path}/yt/microservices/excel/uploader/build/docker/Dockerfile"

cp ${excel_uploader} ${output_path}
cp ${dockerfile} ${output_path}
Expand Down

0 comments on commit d6e0a9f

Please sign in to comment.