feat: move all publishers over to the backend common way to interact with git scm

This commit is contained in:
blam
2020-12-21 16:05:24 +01:00
parent d0a972eb63
commit 54a19d4444
5 changed files with 128 additions and 5 deletions
+2
View File
@@ -25,6 +25,8 @@ GitHub App token 'x-access-token'
BitBucket 'x-token-auth' token
GitLab 'oauth2' token
From : https://isomorphic-git.org/docs/en/onAuth
Azure 'notempty' token
*/
class SCM {
constructor(
+3 -1
View File
@@ -13,4 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * as Git from './git';
import * as Git from './git';
export { Git };