Skip to content

Commit

Permalink
migrate ocp-build-data-validator to art-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr authored and openshift-cherrypick-robot committed Jan 24, 2024
1 parent 3b346d5 commit f34df70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.8'

- name: Install validator
run: pip3 install https://github.com/openshift-eng/ocp-build-data-validator/archive/master.zip
run: git clone https://github.com/openshift-eng/art-tools && cd art-tools/ocp-build-data-validator && pip install .

- name: Get all relevant files that have changed
id: changed-files
Expand Down

0 comments on commit f34df70

Please sign in to comment.