mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-19 13:34:19 +00:00
Use tabs
This commit is contained in:
parent
e712494d7f
commit
0f2c12f28e
@ -155,8 +155,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