Skip to content

clean up build command #96

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

Merged
merged 1 commit into from
Oct 22, 2019
Merged

clean up build command #96

merged 1 commit into from
Oct 22, 2019

Conversation

XavierAgostini
Copy link
Contributor

Proposed changes

Change build step to run in one command

Related issues (optional)

@@ -17,7 +17,7 @@ intialize-work-dir:

.PHONY: build
build: node_modules vendor/bundle
# @bundle exec rake catalog:update
@chown -R jekyll /workdir

Choose a reason for hiding this comment

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

I don't understand the need for this line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Jekyl docker container has some permission issues due to the default User identity it uses: envygeeks/jekyll-docker#116
Updating the permissions on the working directory resolves permission issues with running commands in working dir.

@XavierAgostini XavierAgostini merged commit 9cecd6e into master Oct 22, 2019
@XavierAgostini XavierAgostini deleted the xav/update-build-process branch October 22, 2019 16:25
bot-docsteam added a commit that referenced this pull request Nov 2, 2021
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