mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-26 14:44:15 +00:00
temporarily pin signal-cli to specific commit hash in order to kick off
a build via github actions and release a dev image. This commit won't be merged!
This commit is contained in:
parent
5153de7319
commit
9cc84476fc
@ -59,7 +59,7 @@ RUN cd /tmp/ \
|
||||
RUN cd /tmp/ \
|
||||
&& git clone https://github.com/AsamK/signal-cli.git signal-cli-${SIGNAL_CLI_VERSION} \
|
||||
&& cd signal-cli-${SIGNAL_CLI_VERSION} \
|
||||
&& git checkout v${SIGNAL_CLI_VERSION} \
|
||||
&& git checkout bda952839244254842d685baceb0d02cd469c944 \
|
||||
&& ./gradlew build \
|
||||
&& ./gradlew installDist \
|
||||
&& ./gradlew distTar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user