1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-22 08:12:37 +01:00

ci: Build app in the non-root user's folder

I think the issue was that the app was being built into the root user's home directory rather than
the `circleci` user's home directory. 🤞
This commit is contained in:
Trezy 2018-12-01 12:19:15 -06:00 committed by BcRikko
parent 6bcc66ad83
commit daa3fba424

View File

@ -4,7 +4,7 @@ defaults: &defaults
docker:
- image: circleci/node
working_directory: ~/tmp
working_directory: /home/circleci/app