Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export IS_HOME for deploy #3837

Merged
merged 5 commits into from
May 2, 2018
Merged

Export IS_HOME for deploy #3837

merged 5 commits into from
May 2, 2018

Conversation

sbrunner
Copy link
Member

@sbrunner sbrunner commented May 2, 2018

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone May 2, 2018
@sbrunner sbrunner requested a review from fredj May 2, 2018 11:48
@@ -8,28 +10,29 @@ fi

# Cloning gh-pages into a local temporary directory
TMP=".build/ngeo-${GITHUB_USERNAME}-gh-pages"
git clone --single-branch --branch gh-pages $(GIT_REMOTE_URL) $TMP
git clone --single-branch --branch gh-pages ${GIT_REMOTE_URL} ${TMP}
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the GIT_REMOTE_URL is not exported.

Copy link
Member

Choose a reason for hiding this comment

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

I think we should directly put the value "[email protected]:camptocamp/ngeo.git" here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I put is as befor by using GITHUB_USERNAME
=>
[email protected]:${GITHUB_USERNAME}/ngeo.git
:-)

@sbrunner sbrunner merged commit 9524d30 into master May 2, 2018
@sbrunner sbrunner deleted the ishome branch May 2, 2018 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants