running git lfs clone

pull/218/head
mdugdale 2021-02-13 01:17:52 +00:00
parent 4dcac674d6
commit 1b547ebfa6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ class AWS {
'-c',
`apt update;
apt install git-lfs -y;
chmod -R 777 .;
chmod -R 777 $PWD;
git clone https://github.com/${process.env.GITHUB_REPOSITORY}.git repo;
ls
`],