mirror of https://github.com/dapr/quickstarts.git
hotfix for 1.11.0-rc.8
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
parent
9b5e72952f
commit
4529237529
|
|
@ -1,5 +1,5 @@
|
|||
DAPR_CLI_VERSION: 1.10.0
|
||||
DAPR_RUNTIME_VERSION: 1.11.0-rc.4
|
||||
DAPR_RUNTIME_VERSION: 1.11.0-rc.8
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
|
||||
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
|
||||
MACOS_PYTHON_VERSION: 3.10
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ This quickstart includes one service:
|
|||
name: Add configuration items
|
||||
expected_stdout_lines:
|
||||
- 'OK'
|
||||
output_match_mode: substring
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue