From b8ef5714ecdc46eeb71e1d7383fdd8f5a6007415 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 16 Jul 2021 23:31:16 +0200 Subject: [PATCH] Do not remove .git* anymore --- .github/workflows/packaging_test.yml | 3 --- .github/workflows/release.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index f844a58..f915b53 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -20,9 +20,6 @@ jobs: - uses: actions/checkout@v2 env: DEBIAN_FRONTEND: "noninteractive" - - name: Remove github artefacts - run: | - rm -rf .git* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49663cf..4c6c31f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,9 +46,6 @@ jobs: - uses: actions/checkout@v2 env: DEBIAN_FRONTEND: "noninteractive" - - name: Remove github artefacts - run: | - rm -rf .git* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog