post-smtp
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/develop.tangible.one/htdocs/wp-includes/functions.php on line 6121https://bitbucket.org/tangibleinc/tangible-pipeline-v2
To use, create bitbucket-pipelines.yml
in the plugin repository, with the following script:
# This uses a consolidated script from https://bitbucket.org/tangibleinc/tangible-pipeline-v2
image: php:8.1-fpm
pipelines:
# On every commit
default:
- step:
script:
- curl --silent --location "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/tangibleinc/tangible-pipeline-v2/downloads/run" | bash
# On every version tag
tags:
"*":
- step:
script:
- curl --silent --location "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/tangibleinc/tangible-pipeline-v2/downloads/run" | bash