diff --git a/.github/workflows/lintscan.yml b/.github/workflows/lintscan.yml index 3d6762b..bc8e500 100644 --- a/.github/workflows/lintscan.yml +++ b/.github/workflows/lintscan.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Linter - run: ./linter.py + run: python linter.py virus_scanner: # The type of runner that the job will run on diff --git a/s3_push.sh b/s3_push.sh index 5620992..3eaf841 100755 --- a/s3_push.sh +++ b/s3_push.sh @@ -28,8 +28,4 @@ else exit 1 fi -aws s3 cp ${FILE} s3://${BUCKET}/${FILE} -#aws s3 sync catalog s3://$BUCKET/catalog --acl public-read --exclude "*" --include "*.yml" --include "*.yaml" - - - +aws s3 cp $FILE s3://${BUCKET}/${FILE}