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

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-06-10 15:22:27 -07:00
committed by Adnan Abdulhussein
parent 9a62d887d3
commit f0f7d31e1b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
move issue-template-gen from docs/ to hack/
+2 -2
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]"