From 662a9a82735e1928ec914058589fe0f36b0283ae Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 22:08:49 +0200 Subject: [PATCH] chore: delete gitpod.yml (#1841) (#1858) (cherry picked from commit 624c5f79af61e037ad4e35553eb66e3a0e6c9a7d) Co-authored-by: Carlos Rodriguez --- .gitpod.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index e5306c8dc57..00000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,9 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - -tasks: - - init: go get && go build ./... && go test ./... && make - command: go run - -