cleanup
parent
11e6e390dc
commit
272d218fc8
|
|
@ -250,9 +250,9 @@ class AWS {
|
||||||
yield this.run(buildUid, buildParameters.awsStackName, baseImage.toString(), ['/bin/sh'], [
|
yield this.run(buildUid, buildParameters.awsStackName, baseImage.toString(), ['/bin/sh'], [
|
||||||
'-c',
|
'-c',
|
||||||
`
|
`
|
||||||
cp -R /data/${buildUid}/builder/action/default-build-script/ /UnityBuilderAction;
|
cp -R /data/${buildUid}/builder/dist/default-build-script/ /UnityBuilderAction;
|
||||||
cp -R /data/${buildUid}/builder/action/entrypoint.sh /entrypoint.sh;
|
cp -R /data/${buildUid}/builder/dist/entrypoint.sh /entrypoint.sh;
|
||||||
cp -R /data/${buildUid}/builder/action/steps/ /steps;
|
cp -R /data/${buildUid}/builder/dist/steps/ /steps;
|
||||||
ls;
|
ls;
|
||||||
chmod -R +x /entrypoint.sh;
|
chmod -R +x /entrypoint.sh;
|
||||||
chmod -R +x /steps;
|
chmod -R +x /steps;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -48,9 +48,9 @@ class AWS {
|
||||||
[
|
[
|
||||||
'-c',
|
'-c',
|
||||||
`
|
`
|
||||||
cp -R /data/${buildUid}/builder/action/default-build-script/ /UnityBuilderAction;
|
cp -R /data/${buildUid}/builder/dist/default-build-script/ /UnityBuilderAction;
|
||||||
cp -R /data/${buildUid}/builder/action/entrypoint.sh /entrypoint.sh;
|
cp -R /data/${buildUid}/builder/dist/entrypoint.sh /entrypoint.sh;
|
||||||
cp -R /data/${buildUid}/builder/action/steps/ /steps;
|
cp -R /data/${buildUid}/builder/dist/steps/ /steps;
|
||||||
ls;
|
ls;
|
||||||
chmod -R +x /entrypoint.sh;
|
chmod -R +x /entrypoint.sh;
|
||||||
chmod -R +x /steps;
|
chmod -R +x /steps;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue