@catladder/pipeline 2.10.2 → 2.10.3

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/dist/constants.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
7
- exports.PIPELINE_IMAGE_TAG = "v2-10-2-68c1660e" || "latest";
7
+ exports.PIPELINE_IMAGE_TAG = "v2-10-3-cb035130" || "latest";
8
8
  exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || "git.panter.ch:5001/catladder/catladder";
@@ -27,7 +27,7 @@ const config: Config = {
27
27
  env: {
28
28
  review: {
29
29
  deploy: {
30
- script: ['ROOT_URL="$(my deploy command)"'],
30
+ script: ['ROOT_URL="$(my deploy command)"'], // be careful as arrays are merged currently
31
31
  stopScript: ["echo 'would stop'"],
32
32
  },
33
33
  },
package/package.json CHANGED
@@ -53,7 +53,7 @@
53
53
  }
54
54
  ],
55
55
  "license": "MIT",
56
- "version": "2.10.2",
56
+ "version": "2.10.3",
57
57
  "scripts": {
58
58
  "build:tsc": "yarn tsc",
59
59
  "build": "yarn build:compile && yarn build:inline-variables",