mirror of https://github.com/hashicorp/consul
ci: skip LICENSE copy for Ent linux packages
parent
b5b3a63183
commit
aef0e1ce82
|
@ -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