a8m / a8m/envsubst

syntax error near unexpected token `then'

未关闭
#60 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
907
派生
96
PR 合并指标
30 天内没有已合并 PR

描述

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
Screenshot 2023-10-30 at 12 05 30 PM

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。