From 6e46c01bd65f2c13af5499488416b084e30db7da Mon Sep 17 00:00:00 2001 From: Dennis Wendland Date: Fri, 17 Feb 2023 08:22:54 +0100 Subject: [PATCH] Remove submodule --- .github/workflows/release.yml | 29 +---------------------------- .gitmodules | 3 --- i4trust-tutorials | 1 - 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 160000 i4trust-tutorials diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04d9a09..6fd4d4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,33 +7,6 @@ on: jobs: - refresh-modules: - name: Refresh Submodules - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token - fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - - - name: Create local changes - run: | - git submodule update --init --recursive - git submodule update --recursive --remote - - - name: Commit files - run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git commit -m "New Release: Update Submodules" -a || echo "New Release: No updates to submodules" - - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main - - generate-version: name: Generate version runs-on: ubuntu-latest @@ -62,7 +35,7 @@ jobs: git-release: name: Git Release - needs: ["generate-version", "refresh-modules"] + needs: ["generate-version"] runs-on: ubuntu-latest steps: diff --git a/.gitmodules b/.gitmodules index 6e0b7cc..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "i4trust-tutorials"] - path = i4trust-tutorials - url = https://github.com/i4Trust/tutorials.git diff --git a/i4trust-tutorials b/i4trust-tutorials deleted file mode 160000 index c5c10ce..0000000 --- a/i4trust-tutorials +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c5c10ce4dc036178440ae97b8bc3fa4bb1b82d8f