Skip to content
Snippets Groups Projects
Unverified Commit d78157c2 authored by Bernd Prünster's avatar Bernd Prünster Committed by GitHub
Browse files

Update mirror.yml

parent f297ebdf
No related merge requests found
...@@ -32,7 +32,12 @@ jobs: ...@@ -32,7 +32,12 @@ jobs:
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Remove unwanted files - name: Remove unwanted files
run: | run: |
git rm -r .github/workflows git rm .github/workflows/mirror.yml
git rm .github/workflows/publish-dry-run.yml
git rm .github/workflows/publish-pages-only.yml
git rm .github/workflows/publish.yml
git rm .github/workflows/build-jvm.yml
git rm .github/workflows/build-ios.yml
- name: Commit cleanup changes - name: Commit cleanup changes
run: git commit -m "Prepare mirroring" run: git commit -m "Prepare mirroring"
- name: Set destination to ${{ vars.MIRROR_REMOTE }} - name: Set destination to ${{ vars.MIRROR_REMOTE }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment