1 Commits

Author SHA1 Message Date
f1999f47f7 echo env
Some checks failed
continuous-integration/drone/push Build encountered an error
2022-11-02 16:42:27 +13:00

View File

@@ -73,6 +73,7 @@ local gen_release() =
name: 'Generate Release',
commands: [
'sleep 10', // give docker enough time to start
'env'
'mkdir ${DRONE_REPO_NAME}',
'rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}',
'cd ${DRONE_REPO_NAME}',