Skip to content

Commit cfa7275

Browse files
committed
TEST
1 parent 4dd3a67 commit cfa7275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: codefresh-report-image
2-
version: 0.0.153
2+
version: 0.0.154

src/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function validate(payload: Record<string, string|undefined>): Record<stri
1313
messages.push(`CF_IMAGE must be provided as environment variable.`)
1414
}
1515
if (!filtered['CF_HOST']) {
16-
messages.push(`CF_HOST must be provided as app-proxy http/s address`)
16+
messages.push(`CF_HOST must be provided as app-proxy http/s address TEST`)
1717
}
1818
if (messages.length > 0) {
1919
throw new errors.ValidationError(`Validation Error: ${JSON.stringify(messages)}`)

0 commit comments

Comments
 (0)