fix
Some checks failed
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-02 16:37:49 -05:00
parent 5bbdcd9fb6
commit d09bd35646

View File

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