Skip to content

Commit

Permalink
ci(integration): Simplify clone step
Browse files Browse the repository at this point in the history
jpmckinney committed Feb 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aadb6b3 commit 84006e6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -17,17 +17,10 @@ jobs:
run: |
sudo apt-get install gettext translate-toolkit
- name: oc4ids
if: matrix.cove == 'oc4ids'
- name: Clone
run: |
git clone https://github.com/open-contracting/cove-oc4ids.git
git clone https://github.com/open-contracting/lib-cove-oc4ids.git
- name: ocds
if: matrix.cove == 'ocds'
run: |
git clone https://github.com/open-contracting/cove-ocds.git
git clone https://github.com/open-contracting/lib-cove-ocds.git
git clone https://github.com/open-contracting/cove-${{ matrix.cove }}.git
git clone https://github.com/open-contracting/lib-cove-${{ matrix.cove }}.git
- name: Install
run: |

0 comments on commit 84006e6

Please sign in to comment.