mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-27 05:56:02 +00:00
Use tabs
This commit is contained in:
parent
c2c7753791
commit
25672f9af2
@ -109,8 +109,8 @@ RUN cd /tmp/signal-cli-rest-api-src && go build -buildmode=plugin -o signal-cli-
|
||||
|
||||
# Manually add the json schemas for the receive V1 endpoint
|
||||
RUN if [ "$(uname -m)" = "x86_64" ]; then \
|
||||
cd /tmp/signal-cli-rest-api-src/src/docs \
|
||||
&& go run update_receive_docs.go /tmp/signal-cli-${SIGNAL_CLI_VERSION}-source/build/generated/META-INF/schemas; \
|
||||
cd /tmp/signal-cli-rest-api-src/src/docs \
|
||||
&& go run update_receive_docs.go /tmp/signal-cli-${SIGNAL_CLI_VERSION}-source/build/generated/META-INF/schemas; \
|
||||
fi;
|
||||
|
||||
# Start a fresh container for release container
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user