mirror of https://github.com/docker/docs.git
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:
parent
cfe6702839
commit
76923dd156
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue