mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Disable reproducability check in actions-go-build (#33095)
Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
This commit is contained in:
parent
6a0d20feac
commit
fa3980b77d
4
.github/workflows/build-terraform-oss.yml
vendored
4
.github/workflows/build-terraform-oss.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
go_version: ${{ inputs.go-version }}
|
go_version: ${{ inputs.go-version }}
|
||||||
os: ${{ inputs.goos }}
|
os: ${{ inputs.goos }}
|
||||||
arch: ${{ inputs.goarch }}
|
arch: ${{ inputs.goarch }}
|
||||||
reproducible: report
|
reproducible: nope
|
||||||
instructions: |-
|
instructions: |-
|
||||||
mkdir dist out
|
mkdir dist out
|
||||||
set -x
|
set -x
|
||||||
@ -98,4 +98,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ env.DEB_PACKAGE }}
|
name: ${{ env.DEB_PACKAGE }}
|
||||||
path: out/${{ env.DEB_PACKAGE }}
|
path: out/${{ env.DEB_PACKAGE }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user