Skip to content

Commit

Permalink
fix: Mount source when building DNF repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 9, 2023
1 parent 5d11c75 commit 467484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Build DNF Repo"
run: |
mkdir /tmp/repo
docker run -t -v /tmp/output:/output -v /tmp/rpm-repo:/rpm-repo fedora:38 /bin/bash -c "/repo/build-repo.sh"
docker run -t -v /tmp/output:/output -v /tmp/rpm-repo:/rpm-repo -v $PWD:/repo fedora:38 /bin/bash -c "/repo/build-repo.sh"
cp -r /tmp/rpm-repo ./deploy
- name: "Upload DNF repo"
Expand Down

0 comments on commit 467484f

Please sign in to comment.