@leverege/build-tools 2.18.1 → 2.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -64,9 +64,9 @@ then
64
64
  printf " GCLOUD_PROJECT [$GCLOUD_PROJECT]\n"
65
65
  printf " GCLOUD_COMPUTE_ZONE [$GCLOUD_COMPUTE_ZONE]\n"
66
66
 
67
+ echo ${GCLOUD_SERVICE_KEY} | gcloud auth activate-service-account --key-file=-
67
68
  gcloud --quiet config set project ${GCLOUD_PROJECT}
68
69
  gcloud --quiet config set compute/zone ${GCLOUD_COMPUTE_ZONE}
69
- echo ${GCLOUD_SERVICE_KEY} | gcloud auth activate-service-account --key-file=-
70
70
 
71
71
  # decrypt .env.enc file
72
72
  gcloud kms decrypt \