Skip to content

Commit

Permalink
Backport of [NET-9141] ci: skip LICENSE copy for Ent linux packages i…
Browse files Browse the repository at this point in the history
…nto release/1.18.x (#21065)

backport of commit aef0e1c

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and zalimeni committed May 7, 2024
1 parent 537b50e commit 8341e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
go build -ldflags="$GOLDFLAGS" -o "$BIN_PATH" -trimpath -buildvcs=false
- name: Copy license file
if: ${{ !endsWith(github.repository, '-enterprise') }}
env:
LICENSE_DIR: ".release/linux/package/usr/share/doc/${{ env.PKG_NAME }}"
run: |
Expand Down

0 comments on commit 8341e96

Please sign in to comment.