Skip to content

Commit fda3fda

Browse files
committed
fix(deploy): Proper setup cloud-init flag
1 parent abc0dfd commit fda3fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/setup/cloud-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ packages:
77
- git
88

99
runcmd:
10-
- curl -fsSL https://raw.githubusercontent.com/wmde/wikibase-release-pipeline/refs/heads/deploy-setup-script/deploy/setup/setup.sh | bash
10+
- curl -fsSL https://raw.githubusercontent.com/wmde/wikibase-release-pipeline/refs/heads/deploy-setup-script/deploy/setup/setup.sh | CLOUD_INIT=true bash

0 commit comments

Comments
 (0)