Robert Vice
03/21/2025, 8:24 PMproject:deploy --dryrun
in a CI/CD environment without secure storage? I tried with environment variable SUITECLOUD_CI
, which changed the error from
Secure storage is inaccessible. Ensure that the secure storage in your system is properly configured and accessible.
to
The following environment variables are currently set: SUITECLOUD_CI.
The operation you are trying to perform is not allowed with the current environment variable configuration.
The normal deploy after seems to work. I'm using the dryrun
to try and catch issues before it actually goes and touches the environment.Ali Syed (NS DevTools QA)
03/22/2025, 2:05 AMRobert Vice
03/24/2025, 3:25 PM