Skip to content

Commit

Permalink
Merge pull request MaterializeInc#21458 from mjibson/jobs-stash
Browse files Browse the repository at this point in the history
misc: add mz-stash-debug to jobs image
  • Loading branch information
maddyblue authored Aug 31, 2023
2 parents 4dc6582 + c1e2b7b commit 7ee8a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions misc/images/jobs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MZFROM ubuntu-base
RUN apt-get update && apt-get -qy install ca-certificates

COPY persistcli /usr/local/bin/persistcli
COPY mz-stash-debug /usr/local/bin/mz-stash-debug

# TODO: the intention is for this image to eventually serve as the one-off
# job launcher for all of materialize, not just for persist. but because of
Expand Down
4 changes: 3 additions & 1 deletion misc/images/jobs/mzbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
name: jobs
pre-image:
- type: cargo-build
bin: persistcli
bin:
- persistcli
- mz-stash-debug
strip: false
publish: true

0 comments on commit 7ee8a28

Please sign in to comment.