update versions as suggested by Erik Hommel
ci/woodpecker/pr/woodpecker Pipeline failed Details
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kiara Grouwstra 2023-08-15 17:46:13 +02:00
parent ab2a1c52ec
commit 033181ff4f
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
3 changed files with 11 additions and 8 deletions

View File

@ -3,7 +3,7 @@ FROM wordpress:6.1.0-php7.4-fpm
COPY custom.ini $PHP_INI_DIR/conf.d/
ENV WP_VERSION=6.1.0
ENV CIVI_VERSION=5.48.0
ENV CIVI_VERSION=5.64.0
RUN apt-get update \
&& apt-get install -yy curl ed default-mysql-client unzip git libicu67 libicu-dev \

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -xe
version=5.48.0
version=5.64.0
function download_ext {
# work-around for timeout issues on lab.civicrm.org during download
@ -34,9 +34,12 @@ chmod +x /usr/local/bin/civix
mkdir -p /var/www/civi/wp-content/uploads/civicrm/ext && cd /var/www/civi/wp-content/uploads/civicrm/ext
git config --global pull.ff only
git clone --depth 1 https://code.bij1.org/bij1/crm-bij1migratie.git
git clone --depth 1 https://code.bij1.org/bij1/crm-bij1rules.git
git clone --depth 1 https://code.bij1.org/bij1/crm-bij1algemeen.git
# git clone --depth 1 https://code.bij1.org/bij1/crm-bij1migratie.git
# git clone --depth 1 https://code.bij1.org/bij1/crm-bij1rules.git
# git clone --depth 1 https://code.bij1.org/bij1/crm-bij1algemeen.git
git clone --depth 1 https://lab.civicrm.org/partners/civicoop/bij1/bij1migratie.git
git clone --depth 1 https://lab.civicrm.org/partners/civicoop/bij1/bij1rules.git
git clone --depth 1 https://lab.civicrm.org/partners/civicoop/bij1/bij1algemeen.git
download_ext de.systopia.identitytracker https://github.com/systopia/de.systopia.identitytracker/releases/download/1.3/de.systopia.identitytracker-1.3.zip
download_ext org.project60.banking https://github.com/Project60/org.project60.banking/releases/download/0.7/org.project60.banking-0.7.zip
@ -44,8 +47,8 @@ download_ext assignee https://lab.civicrm.org/extensions/assignee/-/archive/1.3/
download_ext apikey https://lab.civicrm.org/extensions/apikey/-/archive/v1.3.5/apikey-v1.3.5.zip
download_ext dataprocessor https://lab.civicrm.org/extensions/dataprocessor/-/archive/1.57/dataprocessor-1.57.zip
download_ext emailapi https://lab.civicrm.org/extensions/emailapi/-/archive/2.9/emailapi-2.9.zip
download_ext action-provider https://lab.civicrm.org/extensions/action-provider/-/archive/1.109/action-1.109.zip
download_ext form-processor https://lab.civicrm.org/extensions/form-processor/-/archive/1.50/form-1.50.zip
download_ext action-provider https://lab.civicrm.org/extensions/action-provider/-/archive/1.125/action-1.125.zip
download_ext form-processor https://lab.civicrm.org/extensions/form-processor/-/archive/1.58/form-1.58.zip
download_ext de.systopia.xcm https://github.com/systopia/de.systopia.xcm/releases/download/1.8/de.systopia.xcm-1.8.zip
download_ext group2summary https://github.com/TechToThePeople/group2summary/archive/v1.5.zip
download_ext org.project60.bic https://github.com/Project60/org.project60.bic/releases/download/1.2/org.project60.bic-1.2.zip

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
version=5.48.0
version=5.64.0
LANG=nl_NL