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

remove unnecesary clone #208

Merged
merged 2 commits into from
Feb 11, 2020
Merged

remove unnecesary clone #208

merged 2 commits into from
Feb 11, 2020

Conversation

jambulud
Copy link
Member

@jambulud jambulud commented Feb 6, 2020

When you are inside a travis process, you are automatically situated under the cloned repository

When you are inside a travis process, you are automatically situated under the cloned repository
Comment on lines +32 to -33
# Exit devon4j folder
- cd ..
# Clone repositories
- git clone -b develop --single-branch https://${GH_REPO_SOURCE}
Copy link
Member

Choose a reason for hiding this comment

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

@jambulud Excellent improvement 👍 You save resources and speed up CI this way.
Could you also remove the GH_REPO_SOURCE variable if we already cleanup the travis file.
Are you doing this for all repos in devonfw? I never wrote this stuff and assume it has been copy&pasted to all major repos.

Copy link
Member Author

Choose a reason for hiding this comment

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

@hohwille Removed unused variable

I just did this for devon4ng (and now devon4j) because I saw that devonfw-guide build process was not being triggered by the updates in the documentation

@jambulud jambulud requested a review from hohwille February 6, 2020 15:23
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

@jambulud 👍 perfect. Thanks.

@hohwille hohwille merged commit 6f83e49 into develop Feb 11, 2020
@hohwille hohwille added this to the release:2020.04.00 milestone Feb 11, 2020
@hohwille hohwille added enhancement New feature or request SCM Software-configuration-management (maven, travis, etc.) labels Feb 11, 2020
hohwille pushed a commit to hohwille/devon4j that referenced this pull request Feb 17, 2020
@hohwille hohwille deleted the jambulud-fix-update branch January 7, 2021 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SCM Software-configuration-management (maven, travis, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants