stdlib: netlify: export the deployUrl and logsUrl

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-03-18 17:37:54 -07:00
parent 5438e4177c
commit fbdfe27103
2 changed files with 57 additions and 45 deletions

View File

@@ -52,7 +52,7 @@ TestNetlify: {
"pipefail",
"-c",
#"""
test "$(curl \#(deploy.url))" = "\#(random)"
test "$(curl \#(deploy.deployUrl))" = "\#(random)"
"""#,
]
},