Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #94 from auth0-extensions/misc-updates
Browse files Browse the repository at this point in the history
Update the repository URLs
  • Loading branch information
shushen authored Dec 3, 2020
2 parents 9c54805 + a6959d5 commit 6453db1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function buildProvider(providerName) {
try {
npmRun.sync(command);
npmRun.sync(`cp ./webtask.json ./dist/${providerName}/webtask.json`);
npmRun.sync(`cp ./dist/${providerName}/auth0-${providerName}-deploy.extension.*.js ./dist/${providerName}/bundle.js`);
console.log(`Complete! See "dist/${providerName}"`);
} catch (e) {
console.log(`Error occurred while trying to build ${providerName}`, e);
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/bitbucket.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logoUrl": "https://cdn.auth0.com/extensions/auth0-bitbucket-deploy/assets/logo.svg",
"initialUrlPath": "/login",
"uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from Bitbucket to Auth0",
"repository": "https://github.com/auth0-extensions/auth0-bitbucket-deploy",
"repository": "https://github.com/auth0-extensions/auth0-deploy-extensions",
"keywords": ["auth0", "extension", "bitbucket"],
"auth0": {
"createClient": true,
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logoUrl": "https://cdn.auth0.com/extensions/auth0-github-deploy/assets/logo.svg",
"initialUrlPath": "/login",
"uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Pages, Rules and Database Connection scripts from being deployed from GitHub to Auth0",
"repository": "https://github.com/auth0-extensions/auth0-github-deploy",
"repository": "https://github.com/auth0-extensions/auth0-deploy-extensions",
"keywords": ["auth0", "extension", "github"],
"auth0": {
"createClient": true,
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/gitlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logoUrl": "https://cdn.auth0.com/extensions/auth0-gitlab-deploy/assets/logo.svg",
"initialUrlPath": "/login",
"uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from GitLab to Auth0",
"repository": "https://github.com/auth0-extensions/auth0-gitlab-deploy",
"repository": "https://github.com/auth0-extensions/auth0-deploy-extensions",
"keywords": ["auth0", "extension", "gitlab"],
"auth0": {
"createClient": true,
Expand Down
2 changes: 1 addition & 1 deletion webtask-templates/visualstudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logoUrl": "https://cdn.auth0.com/extensions/auth0-visualstudio-deploy/assets/logo.svg",
"initialUrlPath": "/admins/login",
"uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from Visual Studio Team Services to Auth0",
"repository": "https://github.com/auth0-extensions/auth0-visualstudio-deploy",
"repository": "https://github.com/auth0-extensions/auth0-deploy-extensions",
"keywords": ["auth0", "extension", "visualstudio"],
"auth0": {
"createClient": true,
Expand Down

0 comments on commit 6453db1

Please sign in to comment.