fix sh
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-06-01 10:30:02 +02:00
parent 3a24118d0e
commit c3914ed2a2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ RUN export url="https://github.com/pgrok/pgrok/releases/download/v1.4.1/pgrok_1.
else \ else \
export arch='amd64' \ export arch='amd64' \
&& wget --quiet ${url}${arch}.tar.gz -O pgrok_linux_${arch}.tar.gz \ && wget --quiet ${url}${arch}.tar.gz -O pgrok_linux_${arch}.tar.gz \
fi \
&& tar -xzf pgrok_linux_${arch}.tar.gz \ && tar -xzf pgrok_linux_${arch}.tar.gz \
&& mv task /usr/local/bin/pgrok && mv task /usr/local/bin/pgrok
USER ${NB_UID} USER ${NB_UID}