Do not remove .git* anymore

This commit is contained in:
Jan Wagner 2021-07-16 23:18:47 +02:00
parent 30dfcd9d40
commit 855d9c168d
2 changed files with 0 additions and 6 deletions

View file

@ -20,9 +20,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
env: env:
DEBIAN_FRONTEND: "noninteractive" DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
rm -rf .git*
- name: Adjust distibution in changelog file - name: Adjust distibution in changelog file
run: | run: |
sed -i '0,/restricted/s//stable/' debian/changelog sed -i '0,/restricted/s//stable/' debian/changelog

View file

@ -46,9 +46,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
env: env:
DEBIAN_FRONTEND: "noninteractive" DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
rm -rf .git*
- name: Adjust distibution in changelog file - name: Adjust distibution in changelog file
run: | run: |
sed -i '0,/restricted/s//stable/' debian/changelog sed -i '0,/restricted/s//stable/' debian/changelog