running git lfs clone

pull/218/head
mdugdale 2021-02-14 17:33:45 +00:00
parent 13504869af
commit ed113b7e09
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,9 +46,9 @@ class AWS {
cp -r /data/$BUILD_ID/builder/action/entrypoint.sh ./entrypoint.sh; cp -r /data/$BUILD_ID/builder/action/entrypoint.sh ./entrypoint.sh;
cp -r /data/$BUILD_ID/builder/action/steps ./steps; cp -r /data/$BUILD_ID/builder/action/steps ./steps;
ls; ls;
chmod -R +x /entrypoint.sh; chmod -R +x ./entrypoint.sh;
chmod -R +x /steps; chmod -R +x ./steps;
/entrypoint.sh; ./entrypoint.sh;
`], `],
'/data', '/data',
`/data/${buildId}/repo/`, `/data/${buildId}/repo/`,