workflow
Some checks failed
Build Docker Image / build (push) Has been cancelled

This commit is contained in:
Matt Avery 2025-06-24 22:47:13 -04:00
parent ffbc932349
commit c46d900420

View File

@ -12,7 +12,7 @@ RUN set -ex \
&& make deps
RUN set -ex \
&& cd $GOPATH/src/wal-g/ \
&& echo $(git rev-parse --short HEAD)
&& echo $(git rev-parse --short HEAD) \
&& GOBIN=/usr/local/bin make pg_install
RUN wal-g --help
RUN ls -la /usr/local/bin/wal-g*