move issue-template-gen from docs/ to hack/ (#1558)

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/1562/head
Steve Kriss 2019-06-10 16:22:27 -06:00 committed by Adnan Abdulhussein
parent 9a62d887d3
commit f0f7d31e1b
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
move issue-template-gen from docs/ to hack/

View File

@ -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]"