revert
All checks were successful
BlockStorage/repertory_mac/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-02 16:40:48 -05:00
parent d09bd35646
commit 3805a27cd5

View File

@@ -4,9 +4,9 @@ pipeline {
agent none
environment {
DEVELOPER_PRIVATE_KEY = "${HOME}/.ci/repertory/cert/developer.priv"
DEVELOPER_PUBLIC_KEY = "${HOME}/.ci/repertory/cert/developer.pub"
PROJECT_TEST_CONFIG_DIR = "${HOME}/.ci/repertory/test"
DEVELOPER_PRIVATE_KEY = "${env.HOME}/.ci/repertory/cert/developer.priv"
DEVELOPER_PUBLIC_KEY = "${env.HOME}/.ci/repertory/cert/developer.pub"
PROJECT_TEST_CONFIG_DIR = "${env.HOME}/.ci/repertory/test"
}
options {