made it easier to add users to bitbucket
diff --git a/bitbucket-create-repos.yml b/bitbucket-create-repos.yml index 67cbc4c..5c8a0d7 100644 --- a/bitbucket-create-repos.yml +++ b/bitbucket-create-repos.yml
@@ -5,10 +5,9 @@ vars_files: - workspace-github-repos.yml - workspace-folders.yml + - bitbucket-users.yml vars: bitbucket_api_url: "https://onestash.verizon.com/rest/api/1.0/projects/CELVW/repos" - repo_users: - - friasca tasks: - name: Create repositories if necessary uri:
diff --git a/bitbucket-users.yml b/bitbucket-users.yml new file mode 100644 index 0000000..270946f --- /dev/null +++ b/bitbucket-users.yml
@@ -0,0 +1,5 @@ +--- +repo_users: +- friasca +- v636401 +