Skip to content

Commit

Permalink
Int 3194 upload cloud bots gcp repo zip to s 3 upon a change (#61)
Browse files Browse the repository at this point in the history
* changes

* changes

* fixed bots

* initial commit

* removed versions fromrequirements.txt

* .

* .

* added github actions, add repo zip to s3

* added github actions, add repo zip to s3

* added github actions, add repo zip to s3

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

---------

Co-authored-by: omerar <omerar@checkpoint.com>
  • Loading branch information
yaeleli and omerar1982 authored Jul 23, 2023
1 parent de7860a commit 08b1bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_zip_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
echo "Copied send_logs_api_gateway.py to $uploadFolder."
cp requirements.txt $uploadFolder
echo "Copied requirements.txt to $uploadFolder."
cp main.py $uploadFolder
echo "Copied main.py to $uploadFolder."
cp -rf bots $uploadFolder
echo "Copied bots folder to $uploadFolder."
pip install -r requirements.txt --target=$uploadFolder/.python_packages/lib/site-packages
Expand Down

0 comments on commit 08b1bb7

Please sign in to comment.