Skip to content

Commit

Permalink
Merge cb27b83 into 20b735f
Browse files Browse the repository at this point in the history
  • Loading branch information
anxodio committed Apr 23, 2024
2 parents 20b735f + cb27b83 commit 9c32142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/som_generation_integration_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
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 git@github.com:Som-Energia/openerp_som_addons.git -b ADD_ov_attachments $ROOT_DIR_SRC/openerp_som_addons
git clone --depth 1 https://$GITHUB_TOKEN@github.com/Som-Energia/erp.git -b developer $ROOT_DIR_SRC/erp
git clone --depth 1 git@github.com:Som-Energia/somenergia-generationkwh.git -b ${{ github.head_ref }} $ROOT_DIR_SRC/somenergia-generationkwh
git clone --depth 1 git@github.com:Som-Energia/plantmeter.git $ROOT_DIR_SRC/plantmeter
Expand Down
1 change: 0 additions & 1 deletion som_generationkwh/__terp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
'som_partner_account',
'giscedata_signatura_documents_signaturit',
'account_invoice_som',
'www_som',
'c2c_webkit_report',
'async_reports',
'custom_search',
Expand Down

0 comments on commit 9c32142

Please sign in to comment.