UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

12 lines (11 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bitbucketAuthentication = void 0; const log_1 = require("diginext-utils/dist/xconsole/log"); // import { wait } from "../../plugins"; // import { conf } from "../.."; async function bitbucketAuthentication(options) { (0, log_1.logError)(`Deprecated.`); return options; } exports.bitbucketAuthentication = bitbucketAuthentication;