mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
Try to fix Dockerfile.
This commit is contained in:
parent
aea5ed7848
commit
e03ee1bd2f
1 changed files with 6 additions and 6 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -84,12 +84,12 @@ RUN \
|
|||
# Verifying signature of Sandstorm release
|
||||
gpg --verify $TARBALL.sig $TARBALL && \
|
||||
\
|
||||
if [ $? -eq 0 ] && \
|
||||
then && \
|
||||
echo "=== All is well. Good signature in Sandstorm." && \
|
||||
else && \
|
||||
echo "=== PROBLEM WITH SANDSTORM SIGNATURE." && \
|
||||
exit 1 && \
|
||||
if [ $? -eq 0 ] \
|
||||
then \
|
||||
echo "=== All is well. Good signature in Sandstorm." \
|
||||
else \
|
||||
echo "=== PROBLEM WITH SANDSTORM SIGNATURE." \
|
||||
exit 1 \
|
||||
fi && \
|
||||
echo "=== Extracting Node from Sandstorm release tarball" && \
|
||||
# --strip 2 removes path of 2 subdirectories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue