Remove temporary lines

( they were useful until the relesase template land on master, which is
the case now )

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon 2015-12-24 16:45:36 +01:00
parent cfe6702839
commit 76923dd156
1 changed files with 0 additions and 4 deletions

View File

@ -127,10 +127,6 @@ display "Building in-container style"
USE_CONTAINER=true make clean validate build-x
checkError "Build error, aborting."
# this is temporary -> Remove following two lines once merged
mkdir -p script/release
cp ../machine/script/release/github-release-template.md script/release/github-release-template.md
display "Generating github release"
cp -f script/release/github-release-template.md "${GITHUB_RELEASE_FILE}"
checkError "Can't find github release template"