Closed liberato-whisper closed 1 year ago
I will make another issue in a sec, but also doesnt work when using hashicorp/terraform:1.1.4
image
return pretty something similar, ive tried using different image, like nodejs and it worked fine
Posting Status
BASH_ENV file: /tmp/.hash-hash-build
Does Not Exist. Skipping file execution
Checking For JQ + CURL
SLACK ORB ERROR: CURL is required. Please install.
Hi @liberato-whisper 👋
It sounds like you are using the Windows executor with Powershell as your shell of choice. As mentioned in the F.A.Q., you must specify bash as the shell to get Slack working with Windows.
I have the same issues as the returns the same exit code on my circleCi pipeline with @4.12.1
@Nchona, have you tried setting your executor's shell as bash.exe
as I mentioned here?
I am closing this issue as no one commented back. For future reference, please specify the shell as bash.exe
when using this orb with the Windows executor.
Orb version:
4.12.1
What happened:
The powershell execution of the
slack/notify
command doesn't work:Exited with code exit status 1
Expected behavior:
Notification works as expected (and does on linux executors)
Additional Information:
Using
step definition is