13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
---
|
|
|
|
dontChroot: true
|
|
verbose: true
|
|
script:
|
|
- mkdir -p ${ROOT}/tmp/opengnsys-configs
|
|
- cp /tmp/opengnsys-installer-configs/* ${ROOT}/tmp/opengnsys-configs
|
|
- cp /home/narenas/w/remote_fs/oginstaller/component-installer.sh ${ROOT}/tmp/opengnsys-configs
|
|
- chmod 755 ${ROOT}/tmp/opengnsys-configs/component-installer.sh
|
|
|
|
|
|
|