We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b178fc commit b165d79Copy full SHA for b165d79
scripts/deploy.py
@@ -77,7 +77,7 @@ def main(gdalversion, alversion, deploy):
77
res = client.publish_layer_version(
78
LayerName=layer_name,
79
Content={"ZipFile": zf.read()},
80
- CompatibleRuntimes=[runtimes],
+ CompatibleRuntimes=runtimes,
81
Description=description,
82
LicenseInfo="MIT"
83
)
0 commit comments