Rely on local env varibale instead of context
We have this env varible set in the project settings as well as the CircleCI context. Due to what seems like a bug on CircleCI's eng, the using the context causes our release flow to halt when some member of the team initiate releases, but not others. So for now, it's safest to rely on the project settings, which definitely won't cause this issue.
This commit is contained in:
parent
d9cd19632e
commit
cf56f246b9
@ -1144,8 +1144,6 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release"
|
name: "Release"
|
||||||
context:
|
|
||||||
- filecoin-goreleaser-key
|
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
- "Build ( linux / amd64 )"
|
- "Build ( linux / amd64 )"
|
||||||
@ -1159,8 +1157,6 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release (dry-run)"
|
name: "Release (dry-run)"
|
||||||
context:
|
|
||||||
- filecoin-goreleaser-key
|
|
||||||
dry-run: true
|
dry-run: true
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
|
@ -839,8 +839,6 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release"
|
name: "Release"
|
||||||
context:
|
|
||||||
- filecoin-goreleaser-key
|
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
- "Build ( linux / amd64 )"
|
- "Build ( linux / amd64 )"
|
||||||
@ -854,8 +852,6 @@ workflows:
|
|||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- release:
|
- release:
|
||||||
name: "Release (dry-run)"
|
name: "Release (dry-run)"
|
||||||
context:
|
|
||||||
- filecoin-goreleaser-key
|
|
||||||
dry-run: true
|
dry-run: true
|
||||||
requires:
|
requires:
|
||||||
- "Build ( darwin / amd64 )"
|
- "Build ( darwin / amd64 )"
|
||||||
|
Loading…
Reference in New Issue
Block a user