Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Update asset fetch script to use real repo #129

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

jelbourn
Copy link
Member

@jelbourn jelbourn commented Mar 8, 2017

No description provided.

Copy link
Member

@devversion devversion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

git clone $DOCS_REPO $DEST_PATH
rm -rf $DEST_PATH/.git
git clone $docsContentRepo $tmpAssetClonePath
rm -rf $tmpAssetClonePath/.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to remove the .git/ folder?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea- @riavalon what was the reason for that?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I'm not quite sure anymore. It doesn't seem like it's needed, though, so it should be removed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could remove it I think. Other than that this PR should be ready?

@jelbourn jelbourn merged commit 2e3c7ab into angular:master Apr 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants