Updated CHANGELOGS

This commit is contained in:
xianny
2019-08-08 09:29:08 -07:00
parent 38a12475bc
commit 89ee6fe6db
92 changed files with 518 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ export const dockerHubUtils = {
throw new Error(
`DockerHub user login failed (status code: ${
response.status
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set`,
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set [ ${JSON.stringify(payload)}]`,
);
}
const respPayload = await response.json();