Skip to content

Commit

Permalink
ci: create separate conf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 6, 2024
1 parent 7b024f7 commit 3fbfce9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,12 @@ jobs:
- name: Add packages to repository
run: |
# Initialize repository directory for reprepro
mkdir -p ./debian/conf
echo "Codename: stable" > ./debian/conf/distributions
echo "Architectures: amd64 arm64" >> ./debian/conf/distributions
echo "Components: main" >> ./debian/conf/distributions
echo "Description: $DESCRIPTION" >> ./debian/conf/distributions
echo "SignWith: yes" >> ./debian/conf/distributions
reprepro -Vb ./debian includedeb stable *.deb
- name: Clean up
run: |
rm *.deb
rm -rf ./artifacts
rm -rf ./debian/conf
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 3fbfce9

Please sign in to comment.