Posts

Showing posts with the label google-cloud-build

Environment variables in Gogole Cloud build

Image
Clash Royale CLAN TAG #URR8PPP Environment variables in Gogole Cloud build We want to migrate from bitbucket pipelines to Google cloud builds to test, build and push docker images. How can we use environment variables without CryptoKey. Example: - printf "https://registry.npmjs.org/:_authToken=${NPM_TOKEN}nregistry=https://registry.npmjs.org" > ~/.npmrc By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.