@leverege/build-tools 2.28.0-beta.1 → 2.28.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.28.0-beta.1",
3
+ "version": "2.28.0-beta.2",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -0,0 +1 @@
1
+ grafana-local.yaml
package/src/helmup CHANGED
@@ -143,6 +143,8 @@ MISSING_HELMUP_PLUGIN
143
143
  fi
144
144
 
145
145
  cp -a $SERVICE_CHART .
146
+ # because npm tends to not allow .gitinore files the easy way...
147
+ [ -f "$SERVICE/gitignore" && mv $SERVICE/gitignore $SERVICE/.gitignore
146
148
  git add $SERVICE
147
149
  overwhelm.js --genvals
148
150
  ifPluggedIn $SERVICE