Skip to content

Commit

Permalink
määäääh
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 9, 2023
1 parent 64926c5 commit cfedbdb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 370 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build_HORNET.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/build_docker.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/codeql_analysis.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/golangci-lint.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/integration_tests.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/release.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/snyk-test.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/test_HORNET.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
with:
fetch-depth: 0
- name: Disable dubious ownership check
run: git config --system --add safe.directory "${{ github.workspace }}"
run: git config --system --add safe.directory "*"
- name: Disable dubious ownership check
run: git config --global --add safe.directory "*"

- name: Fetch all tags for GoReleaser
run: git fetch --force --tags
Expand Down

0 comments on commit cfedbdb

Please sign in to comment.