mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix WeKan Snap Candidate v7.71 build. There was old version number.
Thanks to xet7 !
This commit is contained in:
parent
e1fd915ecd
commit
a3f70735ac
1 changed files with 3 additions and 3 deletions
|
|
@ -170,9 +170,9 @@ parts:
|
||||||
# Cleanup
|
# Cleanup
|
||||||
mkdir .build
|
mkdir .build
|
||||||
cd .build
|
cd .build
|
||||||
wget https://github.com/wekan/wekan/releases/download/v7.70/wekan-7.70-amd64.zip
|
wget https://github.com/wekan/wekan/releases/download/v7.71/wekan-7.71-amd64.zip
|
||||||
unzip wekan-7.70-amd64.zip
|
unzip wekan-7.71-amd64.zip
|
||||||
rm wekan-7.70-amd64.zip
|
rm wekan-7.71-amd64.zip
|
||||||
cd ..
|
cd ..
|
||||||
##cd .build/bundle
|
##cd .build/bundle
|
||||||
##find . -type d -name '*-garbage*' | xargs rm -rf
|
##find . -type d -name '*-garbage*' | xargs rm -rf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue