Merge pull request #9740 from filecoin-project/id/remove-circleci-context
_ci_: Rely on local env varibale instead of context
This commit is contained in:
commit
1053310511
@ -1031,8 +1031,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 )"
|
||||||
@ -1046,8 +1044,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 )"
|
||||||
|
@ -716,8 +716,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 )"
|
||||||
@ -731,8 +729,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