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
|
npm i
|
||||||
|
|
||||||
# tar node_modules to keep the number of files low to upload
|
# 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
|
#npm i
|
||||||
# install from artifacts
|
# install from artifacts
|
||||||
if [[ -f "node_modules.tar.gz" ]];then
|
if [[ -f "node_modules.tar.gz" ]];then
|
||||||
tar -zxvf node_modules.tar.gz
|
tar -zxf node_modules.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# generate key for paths etc
|
# generate key for paths etc
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ local-hostpath:
|
||||||
controllerBasePath: "/tmp/local-hostpath/${CI_BUILD_KEY}/controller"
|
controllerBasePath: "/tmp/local-hostpath/${CI_BUILD_KEY}/controller"
|
||||||
dirPermissionsMode: "0777"
|
dirPermissionsMode: "0777"
|
||||||
dirPermissionsUser: root
|
dirPermissionsUser: root
|
||||||
dirPermissionsGroup: wheel
|
dirPermissionsGroup: root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue