v8.01
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions

This commit is contained in:
Lauri Ojansivu 2025-10-11 12:32:38 +03:00
parent 4445612bb8
commit ea30612013
10 changed files with 50 additions and 21 deletions

View file

@ -1,5 +1,5 @@
name: wekan
version: '8.00'
version: '8.01'
base: core24
summary: Open Source kanban
description: |
@ -203,9 +203,9 @@ parts:
# Cleanup
mkdir .build
cd .build
wget https://github.com/wekan/wekan/releases/download/v8.00/wekan-8.00-amd64.zip
unzip wekan-8.00-amd64.zip
rm wekan-8.00-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v8.01/wekan-8.01-amd64.zip
unzip wekan-8.01-amd64.zip
rm wekan-8.01-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf