@progress/kendo-common-tasks 7.9.5-ng12.76 → 7.9.5-ng12.88

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.
@@ -58,9 +58,4 @@ function set_status {
58
58
  curl -s -X POST -u "$CREDENTIALS" -d "$PAYLOAD" "$STATUS_URL"
59
59
  }
60
60
 
61
- # TODO: Remove 'then' after migrating from Shippable
62
- if [[ "$SHIPPABLE" == "true" ]]; then
63
- set_status 'Shippable'
64
- else
65
- set_status 'build'
66
- fi
61
+ set_status 'Run CI (kendo-workflows) / build'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-common-tasks",
3
3
  "description": "Build infrastructure helpers and gulp tasks for Kendo UI Angular 2 / React components",
4
- "version": "7.9.5-ng12.76+c683c3c",
4
+ "version": "7.9.5-ng12.88+36a3589",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/telerik/kendo-build-tasks.git"
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "c683c3cf53173e65898d3a40a13a2c6654e98238"
93
+ "gitHead": "36a358928fca5d13dbb2f13e5934252751ace3cf"
94
94
  }