Skip to content

Commit

Permalink
Adding CIRCLE_REPOSITORY_URL as origin for full repo (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Feb 1, 2021
1 parent 43eea6a commit 90d5b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
cd $PANTHEON_REPO_DIR
git init
git remote add pantheon $(terminus connection:info $TERMINUS_SITE.dev --field=git_url)
# Make the BitBucket or GitHub url be the origin so that Build Tools sets
# that url appropriately in the metadata file.
git remote add origin $CIRCLE_REPOSITORY_URL
git remote -v
fi
Expand Down

0 comments on commit 90d5b62

Please sign in to comment.