Pipe version: 7.0
The line used to deploy
gcloud app --quiet deploy packages/summerbash-belgium --version=0.1.0 --promote --stop-previous-version --verbosity=warning
The error
ERROR: (gcloud.app.deploy) argument --version/-v: Bad value [0.1.0]: May only contain lowercase letters, digits, and hyphens. Must begin and end with a letter or digit. Must not exceed 63 characters.
So the pipe works if I use "main" or something but when I insert a numeric value it fails.
the pipeline code looks like this: VERSION: "$(npm run version --silent)"
(I use the package.json version as my cloud app version)
p.s. this also occurs if I hardcode the new version as "0.1.0" instead of using a variable for it
Hi @Eward Somers ,
Thank you for the question!
In your case you can use google-app-engine-deploy pipe.
A version you can provide with the VERSION pipe's variable.
Cheers,
Alex
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.