Skip to content

Commit 8341e96

Browse files
Backport of [NET-9141] ci: skip LICENSE copy for Ent linux packages into release/1.18.x (#21065)
backport of commit aef0e1c Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
1 parent 537b50e commit 8341e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
go build -ldflags="$GOLDFLAGS" -o "$BIN_PATH" -trimpath -buildvcs=false
146146
147147
- name: Copy license file
148+
if: ${{ !endsWith(github.repository, '-enterprise') }}
148149
env:
149150
LICENSE_DIR: ".release/linux/package/usr/share/doc/${{ env.PKG_NAME }}"
150151
run: |

0 commit comments

Comments
 (0)