missing comma
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-02 16:43:55 +13:00
parent f1999f47f7
commit 3cd00a0d1d

View File

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