mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(automation): CI yaml branch name needs to be a string
This commit is contained in:
@ -3,6 +3,6 @@ test:
|
|||||||
- echo "Automatically marking tests as passing for now"
|
- echo "Automatically marking tests as passing for now"
|
||||||
deployment:
|
deployment:
|
||||||
tasks:
|
tasks:
|
||||||
branch: 2.0
|
branch: "2.0"
|
||||||
commands:
|
commands:
|
||||||
- ./scripts/ci/deploy.sh
|
- ./scripts/ci/deploy.sh
|
||||||
|
Reference in New Issue
Block a user