Skip to content

Commit

Permalink
[DNM] TESTING ONLY
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Nov 21, 2024
1 parent 2fd4982 commit 93f9f0e
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 801 deletions.
208 changes: 0 additions & 208 deletions .github/workflows/ci.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/docker-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Info

on: [pull_request]

jobs:
test:
name: Docker Info
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Docker Version
run: docker version
- name: Docker Info
run: docker info
- name: Print Config
run: cat /etc/docker/daemon.json
14 changes: 0 additions & 14 deletions .github/workflows/knative-go-build.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/knative-go-test.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/knative-security.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/knative-stale.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/knative-style.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/knative-verify.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/schema.yaml

This file was deleted.

Loading

0 comments on commit 93f9f0e

Please sign in to comment.