syntax error near unexpected token `then'
- Langage dominant
- Go
- Étoiles
- 907
- Forks
- 96
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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](https://github.com/a8m/envsubst/releases/tag/v1.4.2) 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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.