@catladder/pipeline 0.0.0-update-node-b0c7282d → 0.0.0-update-node-630eaf1c
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.
|
@@ -28745,7 +28745,7 @@ exports.readConfigSync = readConfigSync;
|
|
|
28745
28745
|
|
|
28746
28746
|
exports.__esModule = true;
|
|
28747
28747
|
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
|
|
28748
|
-
exports.PIPELINE_IMAGE_TAG = "update-node-
|
|
28748
|
+
exports.PIPELINE_IMAGE_TAG = "update-node-630eaf1c" || 0;
|
|
28749
28749
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || 0;
|
|
28750
28750
|
|
|
28751
28751
|
/***/ }),
|
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 = "update-node-
|
|
5
|
+
exports.PIPELINE_IMAGE_TAG = "update-node-630eaf1c" || "";
|
|
6
6
|
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || "";
|