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

travis: Use shorter paths for Stack's cache. #424

Merged
merged 1 commit into from
Nov 8, 2016
Merged

travis: Use shorter paths for Stack's cache. #424

merged 1 commit into from
Nov 8, 2016

Conversation

rbasso
Copy link
Contributor

@rbasso rbasso commented Nov 8, 2016

Closes #407.

@@ -58,8 +58,10 @@ script:
else
for example in examples/*/ ; do
examplename=$(basename "$example")
mkdir -p "${HOME}/.foldercache/${exercise}/${examplename}/.stack-work"
ln -f -s "${HOME}/.foldercache/${exercise}/${examplename}/.stack-work"
exercisename=$(basename "$exercise")
Copy link
Member

Choose a reason for hiding this comment

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

this could have been moved outside this for loop, since $exercise doesn't change in this loop, but I don't mind it as is. You can fix it if you like.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right...but we'll have to rewrite this soon to fix #397, so I'll just leave it like this for now.

@rbasso rbasso merged commit 43fc7ab into exercism:master Nov 8, 2016
@rbasso rbasso deleted the travis-shorten-paths branch November 8, 2016 18:26
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