Skip to content

Commit

Permalink
Merge pull request #186 from adrienjt/ci-rm-install-docker
Browse files Browse the repository at this point in the history
docker already installed in GH Actions
  • Loading branch information
adrienjt authored Jul 24, 2023
2 parents 3081591 + d0e63fb commit 1c8f378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Verify code gen, go vet, go test
run: ./test/test.sh

- name: Install Docker
run: ./build/install_docker.sh

- name: go build, docker build
run: VERSION=$GITHUB_SHA OUTPUT_TAR_GZ=true ./build/build.sh

Expand Down Expand Up @@ -67,9 +64,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Install Docker
run: ./build/install_docker.sh

- name: Download image artifacts
uses: actions/download-artifact@v2
with:
Expand Down
38 changes: 0 additions & 38 deletions build/install_docker.sh

This file was deleted.

0 comments on commit 1c8f378

Please sign in to comment.