Skip to content

Commit

Permalink
Changes made by DINAR2fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itpp-bot committed Aug 22, 2020
1 parent f229676 commit ece6c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions static-files/all/.github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2
with:
path: DINAR
repository: itpp-labs/DINAR
repository: it-projects-llc/DINAR-1
ref: master
- uses: actions/setup-python@v1
with:
Expand All @@ -77,7 +77,7 @@ jobs:
export PR_NUM=${{ github.event.number }}
export VERSION=${{ github.event.pull_request.base.ref }}
export REVISION_PR=${{ github.event.pull_request.head.sha}}
export DINAR_REPO="itpp-labs/DINAR"
export DINAR_REPO="it-projects-llc/DINAR-1"
bash DINAR/workflow-files/how-to-run-locally.sh
- name: Check Python Version
run:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/checkout@v2
with:
path: DINAR
repository: itpp-labs/DINAR
repository: it-projects-llc/DINAR-1
ref: master
- name: Configure docker
run: |
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: actions/checkout@v2
with:
path: DINAR
repository: itpp-labs/DINAR
repository: it-projects-llc/DINAR-1
ref: master
- name: Install python tools
run: |
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
export PR_NUM=${{ github.event.number }}
export VERSION=${{ github.event.pull_request.base.ref }}
export REVISION_PR=${{ github.event.pull_request.head.sha}}
export DINAR_REPO="itpp-labs/DINAR"
export DINAR_REPO="it-projects-llc/DINAR-1"
export ODOO_EXTRA_ARG=--test-enable
bash DINAR/workflow-files/how-to-run-locally.sh ${{ secrets.GITHUB_TOKEN }}
- name: Download base images
Expand Down
2 changes: 1 addition & 1 deletion static-files/all/.github/workflows/DINAR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v2
with:
path: DINAR
repository: itpp-labs/DINAR
repository: it-projects-llc/DINAR-1
ref: master
- uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ece6c9d

Please sign in to comment.