File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ function bom_pass {
505
505
# BOM file should be generated for linux. Otherwise running this command on other operating systems such as OSX
506
506
# results in certain dependencies being excluded from the BOM file, such as procfs.
507
507
# For more info, https://github.com/etcd-io/etcd/issues/19665
508
- output=$( GOOS=linux GOFLAGS=-mod=mod run_go_tool github.com/appscodelabs/license-bill-of-materials \
508
+ output=$( GOOS=linux run_go_tool github.com/appscodelabs/license-bill-of-materials \
509
509
--override-file ./bill-of-materials.override.json \
510
510
" ${modules[@]} " )
511
511
code=" $? "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function bom_fixlet {
17
17
# BOM file should be generated for linux. Otherwise running this command on other operating systems such as OSX
18
18
# results in certain dependencies being excluded from the BOM file, such as procfs.
19
19
# For more info, https://github.com/etcd-io/etcd/issues/19665
20
- if GOOS=linux GOFLAGS=-mod=mod run_go_tool " github.com/appscodelabs/license-bill-of-materials" \
20
+ if GOOS=linux run_go_tool " github.com/appscodelabs/license-bill-of-materials" \
21
21
--override-file ./bill-of-materials.override.json \
22
22
" ${modules[@]} " > ./bill-of-materials.json.tmp; then
23
23
cp ./bill-of-materials.json.tmp ./bill-of-materials.json
You can’t perform that action at this time.
0 commit comments