mirror of https://github.com/hashicorp/consul
Backport of [NET-9141] ci: skip LICENSE copy for Ent linux packages into release/1.17.x (#21064)
backport of commit aef0e1ce82
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/21085/head
parent
34f9bab5cc
commit
abb4d10748
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue