File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN chmod +x /usr/bin/systemctl
1212RUN echo $(date +%s) > updated
1313FROM systemd as clone
1414RUN rm -rf /src
15- RUN git clone --branch v0.0.8 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
15+ RUN git clone --branch v0.0.9 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
1616RUN echo $(date +%s) > updated
1717FROM clone as make
1818WORKDIR /src
@@ -25,7 +25,7 @@ RUN echo $(date +%s) > updated
2525FROM make as install
2626RUN install ./miniscript /usr/local/bin
2727RUN echo $(date +%s) > updated
28- RUN install ./miniscript-* /usr/local/bin
28+ RUN install ./miniscript-** /usr/local/bin
2929RUN install ./serve /usr/local/bin
3030RUN echo $(date +%s) > updated
3131WORKDIR /src
Original file line number Diff line number Diff line change 77# # miniscript-test-1000
88# # etc..
99
10- TESTS=$( echo miniscript-test-{0..1000})
10+ TESTS=$( echo miniscript-test-{0..1000}* )
1111for ms in $TESTS
1212do
1313 . $ms 2> /dev/null
You can’t perform that action at this time.
0 commit comments