copy from correct directory
parent
7f78ead03a
commit
0b5a3d8c6a
|
|
@ -910,9 +910,9 @@ class Kubernetes {
|
|||
ls /data
|
||||
ls /data/builder
|
||||
ls /data/builder/action
|
||||
cp -r /data/builder/action/default-build-script /UnityBuilderAction
|
||||
cp -r /data/builder/action/entrypoint.sh /entrypoint.sh
|
||||
cp -r /data/builder/action/steps /steps
|
||||
cp -r /data/builder/action/dist/default-build-script /UnityBuilderAction
|
||||
cp -r /data/builder/action/dist/entrypoint.sh /entrypoint.sh
|
||||
cp -r /data/builder/action/dist/steps /steps
|
||||
chmod -R +x /entrypoint.sh;
|
||||
chmod -R +x /steps;
|
||||
/entrypoint.sh;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -196,9 +196,9 @@ class Kubernetes {
|
|||
ls /data
|
||||
ls /data/builder
|
||||
ls /data/builder/action
|
||||
cp -r /data/builder/action/default-build-script /UnityBuilderAction
|
||||
cp -r /data/builder/action/entrypoint.sh /entrypoint.sh
|
||||
cp -r /data/builder/action/steps /steps
|
||||
cp -r /data/builder/action/dist/default-build-script /UnityBuilderAction
|
||||
cp -r /data/builder/action/dist/entrypoint.sh /entrypoint.sh
|
||||
cp -r /data/builder/action/dist/steps /steps
|
||||
chmod -R +x /entrypoint.sh;
|
||||
chmod -R +x /steps;
|
||||
/entrypoint.sh;
|
||||
|
|
|
|||
Loading…
Reference in New Issue