From e958a12dabcf3530163e2e67c71ad9c1326d0aab Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 21 Sep 2016 11:45:54 -0400 Subject: [PATCH] Remove --unsafe-perm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This breaks RPM builds… Will specify in DEB jobs only. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23d03407d7..2fcd0d1b75 100644 --- a/Makefile +++ b/Makefile @@ -485,7 +485,7 @@ test_jenkins : test_coverage # -------------------------------------- ui-deps-built: awx/ui/package.json - $(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui + $(NPM_BIN) --prefix awx/ui install awx/ui touch awx/ui/.deps_built ui-docker-machine: ui-deps-built