Skip to content

Commit

Permalink
Revert "Remove pulp_file usages from the CI workflow."
Browse files Browse the repository at this point in the history
This reverts commit 9119496.
  • Loading branch information
decko committed Nov 23, 2023
1 parent 8a13705 commit 0ed0886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
echo "COMPOSE_INTERACTIVE_NO_CLI=1" >> $GITHUB_ENV
#echo "OCI_ENV_PATH=${GITHUB_WORKSPACE}/oci_env/" >> $GITHUB_ENV
- name: clone pulpcore, pulp-openapi-generator
- name: clone pulpcore, pulp_file, pulp-openapi-generator
run: |
git clone --depth 1 https://github.com/pulp/pulpcore.git
git clone --depth 1 https://github.com/pulp/pulp_file.git
git clone --depth 1 https://github.com/pulp/pulp-openapi-generator.git
- name: Install podman compose
Expand Down

0 comments on commit 0ed0886

Please sign in to comment.