From 5d93014fa8d0a6ec0f1e887270c13a71e269fea3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Jun 2022 13:58:40 -0700 Subject: repo(containerd-to-vm): remove unneeded files Change-Id: I4d229d0f4a9142e3bd427a8e63733426f5ca5bd9 Reviewed-on: https://cl.fcuny.net/c/world/+/412 Tested-by: CI Reviewed-by: Franck Cuny --- .../exp/containerd-to-vm/.github/workflows/go.yml | 35 ---------------------- users/fcuny/exp/containerd-to-vm/.gitignore | 5 ---- 2 files changed, 40 deletions(-) delete mode 100644 users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml delete mode 100644 users/fcuny/exp/containerd-to-vm/.gitignore diff --git a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml b/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml deleted file mode 100644 index e13f8da..0000000 --- a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: go - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.16 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Go fmt - run: go fmt ./... - - - name: Go vet - run: go vet ./... - - - name: Test - run: go test -race -v ./... - - - name: Build - run: go build -v ./cmd/... diff --git a/users/fcuny/exp/containerd-to-vm/.gitignore b/users/fcuny/exp/containerd-to-vm/.gitignore deleted file mode 100644 index aaebe20..0000000 --- a/users/fcuny/exp/containerd-to-vm/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/cmd/c2vm/c2vm -/c2vm -/hack/firecracker.tgz -/hack/firecracker/ -/hack/linux/ -- cgit 1.4.1