Skip to content

Enable roundcube shell scripts to be directly executed (#238) #80

Enable roundcube shell scripts to be directly executed (#238)

Enable roundcube shell scripts to be directly executed (#238) #80

Triggered via push May 21, 2024 20:55
Status Failure
Total duration 1h 13m 34s
Artifacts

build.yml

on: push
Matrix: Build image variants and run tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Build image variants and run tests (fpm-alpine, fpm-postgres, roundcube/roundcubemail:1.6.x-fpm-a...
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; \tapk add --no-cache --virtual .fetch-deps \t\tgnupg \t; \t\tcurl -o ***mail.tar.gz -fSL https://github.com/***/***mail/releases/download/${ROUNDCUBEMAIL_VERSION}/***mail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz; \tcurl -o ***mail.tar.gz.asc -fSL https://github.com/***/***mail/releases/download/${ROUNDCUBEMAIL_VERSION}/***mail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz.asc; \texport GNUPGHOME=\"$(mktemp -d)\"; \techo \"disable-ipv6\" > \"$GNUPGHOME/dirmngr.conf\"; \tcurl -fSL https://***.net/download/pubkey.asc -o /tmp/pubkey.asc; \tLC_ALL=C.UTF-8 gpg -n --show-keys --with-fingerprint --keyid-format=long /tmp/pubkey.asc | if [ $(grep -c -o 'Key fingerprint') != 1 ]; then echo 'The key file should contain only one GPG key'; exit 1; fi; \tLC_ALL=C.UTF-8 gpg -n --show-keys --with-fingerprint --keyid-format=long /tmp/pubkey.asc | if [ $(grep -c -o \"${ROUNDCUBEMAIL_KEYID}\") != 1 ]; then echo 'The key ID should be the *** one'; exit 1; fi; \tgpg --batch --import /tmp/pubkey.asc; \trm /tmp/pubkey.asc; \tgpg --batch --verify ***mail.tar.gz.asc ***mail.tar.gz; \tgpgconf --kill all; \tmkdir /usr/src/***mail; \ttar -xf ***mail.tar.gz -C /usr/src/***mail --strip-components=1 --no-same-owner; \trm -r \"$GNUPGHOME\" ***mail.tar.gz.asc ***mail.tar.gz; \trm -rf /usr/src/***mail/installer; \tchown -R www-data:www-data /usr/src/***mail/logs; \tapk del .fetch-deps" did not complete successfully: exit code: 2
Build image variants and run tests (fpm-alpine, fpm-postgres, roundcube/roundcubemail:1.6.x-fpm-a...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build image variants and run tests (apache, apache-postgres, roundcube/roundcubemail:1.6.x-apache...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build image variants and run tests (fpm, fpm-postgres, roundcube/roundcubemail:1.6.x-fpm,roundcub...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/