Skip to content

Commit

Permalink
Migrate off azure
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 19, 2020
1 parent fa4ec77 commit c293cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 65 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: v=${{ github.ref }} ./release.sh
run: |
export PATH=${PATH}:`go env GOPATH`/bin
v=${{ github.ref }} ./release.sh
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
64 changes: 0 additions & 64 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit c293cd3

Please sign in to comment.