mirror of https://github.com/status-im/consul.git
[NET-9141] ci: skip LICENSE copy for Ent linux packages (#21060)
ci: skip LICENSE copy for Ent linux packages
This commit is contained in:
parent
1535844c62
commit
093618d923
|
@ -145,6 +145,7 @@ jobs:
|
||||||
go build -ldflags="$GOLDFLAGS" -o "$BIN_PATH" -trimpath -buildvcs=false
|
go build -ldflags="$GOLDFLAGS" -o "$BIN_PATH" -trimpath -buildvcs=false
|
||||||
|
|
||||||
- name: Copy license file
|
- name: Copy license file
|
||||||
|
if: ${{ !endsWith(github.repository, '-enterprise') }}
|
||||||
env:
|
env:
|
||||||
LICENSE_DIR: ".release/linux/package/usr/share/doc/${{ env.PKG_NAME }}"
|
LICENSE_DIR: ".release/linux/package/usr/share/doc/${{ env.PKG_NAME }}"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue