Skip to content

Commit

Permalink
Merge pull request #39 from Arrow-air/am-smith/add-release-checklist
Browse files Browse the repository at this point in the history
feat: add the release checklist to the sanitychecks docker
  • Loading branch information
owlot authored Oct 25, 2023
2 parents 730062d + 820a53a commit 136ef6f
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/arrow-sanitychecks/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v0.3.0
VERSION=v0.3.1
1 change: 1 addition & 0 deletions docker/arrow-sanitychecks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH

COPY --from=taplo /usr/bin/taplo /usr/bin/taplo
COPY ./release_checklist.py /usr/bin/release_checklist.py

RUN apk add --no-cache py3-pip openssl npm git && \
# Add python dependencies
Expand Down
Loading

0 comments on commit 136ef6f

Please sign in to comment.