bmoers / sn-cicd-example-v3

Example implementation of https://github.com/bmoers/sn-cicd V3
10 stars 24 forks source link

Issue while deploying the updateset #9

Closed maheshmani-me closed 4 years ago

maheshmani-me commented 4 years ago

Getting the below error message while deploying(after approving the pull request).

{"mrkdwn":true,"link_names":true,"parse":"none","attachments":[{"mrkdwn_in":["pretext","text","title","fields","fallback"],"fallback":"StatusCodeError!\n405 - {\"error\":{\"message\":\"Method not Supported\",\"detail\":\"GET method not supported for API\"},\"status\":\"failure\"}. <Updatesetname- 1.0.0>","color":"#990016","text":"StatusCodeError!\n405 - {\"error\":{\"message\":\"Method not Supported\",\"detail\":\"GET method not supported for API\"},\"status\":\"failure\"}. <Updatesetname- 1.0.0>","author_icon":null}],"username":"","icon_url":"","icon_emoji":""}

I will send the complete log and .env file by email.

maheshmani-me commented 4 years ago

After fixing the version, it resolved my issue. Thanks again Boris