less verbose, proper group for ci

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-02-22 18:16:41 -07:00
parent d35feec00c
commit 4d215968d7
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ export PATH="/usr/local/lib/nodejs/bin:${PATH}"
npm i
# tar node_modules to keep the number of files low to upload
tar -zcvf node_modules.tar.gz node_modules
tar -zcf node_modules.tar.gz node_modules

View File

@ -16,7 +16,7 @@ export PATH="/usr/local/lib/nodejs/bin:${PATH}"
#npm i
# install from artifacts
if [[ -f "node_modules.tar.gz" ]];then
tar -zxvf node_modules.tar.gz
tar -zxf node_modules.tar.gz
fi
# generate key for paths etc

View File

@ -5,4 +5,4 @@ local-hostpath:
controllerBasePath: "/tmp/local-hostpath/${CI_BUILD_KEY}/controller"
dirPermissionsMode: "0777"
dirPermissionsUser: root
dirPermissionsGroup: wheel
dirPermissionsGroup: root