move issue-template-gen from docs/ to hack/ (#1558)
Signed-off-by: Steve Kriss <krisss@vmware.com>pull/1562/head
parent
9a62d887d3
commit
f0f7d31e1b
|
@ -0,0 +1 @@
|
|||
move issue-template-gen from docs/ to hack/
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
#
|
||||
# Copyright 2018 the Velero contributors.
|
||||
# Copyright 2018, 2019 the Velero contributors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
@ -20,7 +20,7 @@ BIN=${VELERO_ROOT}/_output/bin
|
|||
mkdir -p ${BIN}
|
||||
|
||||
echo "Updating generated Github issue template"
|
||||
go build -o ${BIN}/issue-tmpl-gen ./docs/issue-template-gen/main.go
|
||||
go build -o ${BIN}/issue-tmpl-gen ./hack/issue-template-gen/main.go
|
||||
|
||||
if [[ $# -gt 1 ]]; then
|
||||
echo "usage: ${BASH_SOURCE} [OUTPUT_FILE]"
|
||||
|
|
Loading…
Reference in New Issue