Skip to content

Commit

Permalink
ci: ensure data directory is created
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 3, 2023
1 parent 40a049f commit 14a776b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
- name: Verify upstreams
continue-on-error: true
env:
data_dir: "data/${{ inputs.major-version }}/"
data_path: "data/${{ inputs.major-version }}/ansible-${{ inputs.version }}-missing-upstreams.yaml"
tags_path: "../ansible-build-data/${{ inputs.major-version }}/ansible-${{ inputs.version }}-tags.yaml"
run: |
mkdir -p "${data_dir}"
antsibull-build verify-upstreams \
-O "${data_path}" --tree-dir build/unpack "${tags_path}"
- name: Run sanity tests
Expand Down

0 comments on commit 14a776b

Please sign in to comment.