Skip to content

Commit 8c0b4b5

Browse files
authored
Use the dev release of the CLI for views (#361)
The implementation is now available in master, so we can use the latest dev release of the CLI for views tests.
1 parent 33facd7 commit 8c0b4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_views_pulumi_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
PULUMI_CLI_VERSION="pr#19467"
5+
PULUMI_CLI_VERSION="dev"
66
DEST=".pulumi"
77

88
if ! [ -x "$DEST/bin/pulumi" ]; then

0 commit comments

Comments
 (0)