fix(ci): use the psa-systems package vars after the org move #554
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ci-psa-systems-package-vars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The OCI build failed at
Log in to container registrywithusername is empty.Cause: this repo moved from the
a8n-toolsorg topsa-systems, and org variables/secrets do not follow a repo across orgs.vars.A8N_TOOLS_PRIVATE_PACKAGE_OWNERresolved to empty,REGISTRY_USERis derived from it in the "Set environment variables" step, anddocker login --username ""failed. The job still started becauseRUNS_ON_OPENSUSE_BASE_LATESTis defined in the new org too, which is why only the login step broke.Points every workflow at the
PSA_SYSTEMS_*names the sibling repos in this org already use (mokosh-server, mokosh-apps). Coversbuild-oci-imageplusbuild-desktop-linux,build-desktop-windowsandpublish-release, which read the same variable and secret and would fail identically on their next run.Requires
PSA_SYSTEMS_PRIVATE_PACKAGE_OWNER(variable) andPSA_SYSTEMS_PRIVATE_PACKAGE_PAT(secret) to be visible to this repo in the psa-systems org, as they are for the sibling repos.