Skip to content

Commit d2144e3

Browse files
authored
Merge branch 'develop' into martonboros/psql-1530-ext-catalog
2 parents f0e8915 + 09d60d3 commit d2144e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testinfra/test_ami_nix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def gzip_then_base64_encode(s: str) -> str:
316316
runcmd:
317317
- 'sudo echo \"pgbouncer\" \"postgres\" >> /etc/pgbouncer/userlist.txt'
318318
- 'cd /tmp && aws s3 cp --region ap-southeast-1 s3://init-scripts-staging/project/init.sh .'
319-
- 'bash init.sh "staging"'
319+
- 'USE_LEGACY_INT_CA_SECRET=true bash init.sh "staging"'
320320
- 'touch /var/lib/init-complete'
321321
- 'rm -rf /tmp/*'
322322
users:

0 commit comments

Comments
 (0)