We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22605ee commit 70e37e9Copy full SHA for 70e37e9
.github/workflows/build.yml
@@ -85,7 +85,6 @@ jobs:
85
run: |
86
git checkout --orphan data
87
git rm -rf --cached .
88
-# mkdir -p data
89
for file in debian/artifacts/*.changes; do reprepro -b debian/artifacts include current $file;done
90
reprepro -b debian/artifacts --outdir data/ export
91
git config --global user.name "github-actions"
0 commit comments