Skip to content

Commit

Permalink
test as simple as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
fafg committed May 3, 2020
1 parent 5ecec3d commit 2ec83f8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/event-hubs-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ jobs:
go-version: ^1.14
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Get dependencies
shell: bash
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
shell: bash
run: |
Expand All @@ -58,15 +46,6 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Get dependencies
shell: bash
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi

- name: Release
shell: bash
Expand Down

0 comments on commit 2ec83f8

Please sign in to comment.