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

Don't requires the .git folder #3120

Merged
merged 2 commits into from
Sep 26, 2017
Merged

Don't requires the .git folder #3120

merged 2 commits into from
Sep 26, 2017

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Sep 25, 2017
.travis.yml Outdated
@@ -207,6 +209,20 @@ deploy:
repo: camptocamp/c2cgeoportal
branch: master
condition: '"${TRAVIS_PULL_REQUEST}" = false'
- provider: script
script: travis/deploy-docker
Copy link
Contributor

Choose a reason for hiding this comment

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

To me, deploy means "start containers". Would be more clear to name that publish-docker...

docker tag camptocamp/${IMAGE}:latest camptocamp/${IMAGE}:${TRAVIS_TAG}
docker push camptocamp/${IMAGE}:${TRAVIS_TAG}
else
if [ "${TRAVIS_BRANCH}" != "master" ]
Copy link
Contributor

Choose a reason for hiding this comment

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

elif [ "${TRAVIS_BRANCH}" != "master" ]

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