File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363 run : |
6464 poetry export --without-hashes --format=requirements.txt --with slackBotFunction > requirements_slackBotFunction
6565 poetry export --without-hashes --format=requirements.txt --with syncKnowledgeBaseFunction > requirements_syncKnowledgeBaseFunction
66- pip3 install -r requirements_slackBotFunction -t packages/slackBotFunction/.dependencies
67- pip3 install -r requirements_syncKnowledgeBaseFunction -t packages/syncKnowledgeBaseFunction/.dependencies
66+ pip3 install -r requirements_slackBotFunction -t packages/slackBotFunction/.dependencies/python
67+ pip3 install -r requirements_syncKnowledgeBaseFunction -t packages/syncKnowledgeBaseFunction/.dependencies/python
6868
6969 - name : ' Tar files'
7070 run : |
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ echo "Generating config for ${EPSAM_CONFIG}"
6565echo " Installing dependencies locally"
6666poetry export --without-hashes --format=requirements.txt --with slackBotFunction > .requirements_slackBotFunction
6767poetry export --without-hashes --format=requirements.txt --with syncKnowledgeBaseFunction > .requirements_syncKnowledgeBaseFunction
68- pip3 install -r .requirements_slackBotFunction -t packages/slackBotFunction/.dependencies
69- pip3 install -r .requirements_syncKnowledgeBaseFunction -t packages/syncKnowledgeBaseFunction/.dependencies
68+ pip3 install -r .requirements_slackBotFunction -t packages/slackBotFunction/.dependencies/python
69+ pip3 install -r .requirements_syncKnowledgeBaseFunction -t packages/syncKnowledgeBaseFunction/.dependencies/python
7070
7171sync_epsam_app () {
7272 echo " Starting sync epsam CDK app"
@@ -82,4 +82,4 @@ sync_epsam_app() {
8282}
8383
8484
85- # (trap 'kill 0' SIGINT; sync_epsam_app)
85+ (trap ' kill 0' SIGINT; sync_epsam_app)
You can’t perform that action at this time.
0 commit comments