less verbose, proper group for ci
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
d35feec00c
commit
4d215968d7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ local-hostpath:
|
|||
controllerBasePath: "/tmp/local-hostpath/${CI_BUILD_KEY}/controller"
|
||||
dirPermissionsMode: "0777"
|
||||
dirPermissionsUser: root
|
||||
dirPermissionsGroup: wheel
|
||||
dirPermissionsGroup: root
|
||||
|
|
|
|||
Loading…
Reference in New Issue