echo env
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-11-02 16:42:27 +13:00
parent 0768d5fb3e
commit f1999f47f7

View File

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