1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 18:42:47 +02: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: docker:
- image: circleci/node - image: circleci/node
working_directory: ~/tmp working_directory: /home/circleci/app