@leverege/build-tools 2.18.0 → 2.18.2-beta.1

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.0",
3
+ "version": "2.18.2-beta.1",
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 \
@@ -113,7 +113,7 @@ else
113
113
  fi
114
114
 
115
115
  # Set project based on org name
116
- printf "\nSON OF A BITCH XXX - Detecting organization name...\n"
116
+ printf "\nDetecting organization name...\n"
117
117
 
118
118
  if [ "$git_orgname" = "leverege" ]; then
119
119
  printf "\nUsing leverege\n\n"