mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 17:23:00 +00:00
CI: Fixed syntax
This commit is contained in:
parent
77d6067340
commit
9747675741
|
@ -26,7 +26,7 @@
|
||||||
"timeout": "2m", # 2 minutes
|
"timeout": "2m", # 2 minutes
|
||||||
# Don't run the test if we have a $BOT_TOKEN, because
|
# Don't run the test if we have a $BOT_TOKEN, because
|
||||||
# integration_test will run instead.
|
# integration_test will run instead.
|
||||||
"exclude": {
|
"except": {
|
||||||
"variables": [ "$BOT_TOKEN" ]
|
"variables": [ "$BOT_TOKEN" ]
|
||||||
},
|
},
|
||||||
"script": [
|
"script": [
|
||||||
|
|
Loading…
Reference in a new issue