Skip to content

Commit

Permalink
add secret, install gkwh and plantmeter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJene committed Aug 17, 2022
1 parent 47b57f2 commit 0d92169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/som_generation_integration_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB_TOKEN }}
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.DEPLOY_KEY }}'
export ROOT_DIR_SRC=${{github.workspace}}/..
git clone --depth 1 git@github.com:Som-Energia/openerp_som_addons.git $ROOT_DIR_SRC/openerp_som_addons
git clone --depth 1 https://$GITHUB_TOKEN@github.com/gisce/erp.git -b developer $ROOT_DIR_SRC/erp
git clone --depth 1 git@github.com:Som-Energia/somenergia-generationkwh.git $ROOT_DIR_SRC/somenergia-generationkwh
git clone --depth 1 git@github.com:Som-Energia/plantmeter.git $ROOT_DIR_SRC/plantmeter
git clone --depth 1 git@github.com:gisce/oorq.git -b api_v5 $ROOT_DIR_SRC/oorq
git clone --depth 1 git@github.com:gisce/spawn_oop.git $ROOT_DIR_SRC/spawn_oop
git clone --depth 1 git@github.com:gisce/poweremail.git $ROOT_DIR_SRC/poweremail2
Expand All @@ -83,6 +85,10 @@ jobs:
cd $ROOT_DIR_SRC/libFacturacioATR
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
pip install -e .
cd $ROOT_DIR_SRC/somenergia-generationkwh
pip install -e .
cd $ROOT_DIR_SRC/plantmeter
pip install -e .
cd $ROOT_DIR_SRC/ooop
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
pip install -e .
Expand Down

0 comments on commit 0d92169

Please sign in to comment.