From 1c55f32bd2c9885381c8f7e7fc41b1b969aacb34 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Wed, 12 Jun 2019 14:52:01 -0700 Subject: [PATCH] Debug the script, find out who needs permissions --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38dfffd..905bba2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ shellcheck: push_to_prod: stage: build script: + - whoami - cp etc/frontview/support/rr4360psu.sh /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.sh - cp etc/frontview/support/rr4360psu.service /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.service - cp etc/frontview/support/rr4360psu.timer /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.timer