@catladder/pipeline 0.0.0-refactor-gcloud-api-27052869 → 0.0.0-refactor-gcloud-api-5bd4bbed
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.
|
@@ -28318,7 +28318,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
28318
28318
|
|
|
28319
28319
|
exports.__esModule = true;
|
|
28320
28320
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
28321
|
-
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-
|
|
28321
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-5bd4bbed" || 0;
|
|
28322
28322
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
28323
28323
|
|
|
28324
28324
|
/***/ }),
|
package/dist/constants.js
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
5
|
-
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-
|
|
5
|
+
exports.PIPELINE_IMAGE_TAG = "refactor-gcloud-api-5bd4bbed" || "";
|
|
6
6
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || "";
|
package/package.json
CHANGED