Skip to content

Commit

Permalink
Make sure that binary is built from current checkout, and not from ma…
Browse files Browse the repository at this point in the history
…ster branch. (getsops#820)
  • Loading branch information
felixfontein committed Feb 21, 2021
1 parent 5d1376d commit 24636e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Build
run: GOOS=${{ matrix.os }} go build -o sops-${{ matrix.os }}-${{ github.sha }} -v go.mozilla.org/sops/cmd/sops
run: GOOS=${{ matrix.os }} go build -o sops-${{ matrix.os }}-${{ github.sha }} -v ./cmd/sops
- name: Import test GPG keys
run: for i in 1 2 3 4 5; do gpg --import pgp/sops_functional_tests_key.asc && break || sleep 15; done
- name: Test
Expand Down

0 comments on commit 24636e4

Please sign in to comment.