Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error near unexpected token `then' #60

Open
cristev00 opened this issue Oct 30, 2023 · 1 comment
Open

syntax error near unexpected token `then' #60

cristev00 opened this issue Oct 30, 2023 · 1 comment

Comments

@cristev00
Copy link

Today the steps that install envsubst in my circleci pipelines turned up broken, error:

/bin/bash: -c: line 6: syntax error near unexpected token `then'
Exited with code exit status 2

The only thing I do in my .yml file is call the orb:

orbs:
  envsubst: sawadashota/envsubst@volatile

and later in a step of the command I perform the installation

    steps:
      - checkout
      - envsubst/install

Reviewing it, I realized that yesterday the release was published with version 1.4.2 for the circleci orb. I checked the commits of the merged version yesterday but I can't find anything directly related that is causing the error. Can you give me a hand?

https://circleci.com/developer/orbs/orb/sawadashota/envsubst
Screenshot 2023-10-30 at 12 05 30 PM

@rkosegi
Copy link

rkosegi commented Feb 22, 2024

I believe this was fixed in orb repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants