Skip to content

Commit

Permalink
Merge pull request #11 from jerus-org/context-for-publishing
Browse files Browse the repository at this point in the history
ci(circleci): add context to publish_zola_version job in config file
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents edfb657 + db0ca10 commit 5004c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ workflows:
jobs:
- publish_zola_version:
zola-version: << pipeline.parameters.zola-version >>
context: docker
- toolkit/make_release:
name: Release << pipeline.parameters.zola-version >>
pre-steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ci-update check_rebase workflow to include release-flag condition(pr [#8])
- chore(ci)-simplify environment variable setting in CircleCI config(pr [#9])
- chore(circleci)-simplify export command in release workflow steps(pr [#10])
- ci(circleci)-add context to publish_zola_version job in config file(pr [#11])

### Security

Expand All @@ -30,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#8]: https://github.com/jerus-org/zola-container/pull/8
[#9]: https://github.com/jerus-org/zola-container/pull/9
[#10]: https://github.com/jerus-org/zola-container/pull/10
[#11]: https://github.com/jerus-org/zola-container/pull/11

0 comments on commit 5004c15

Please # to comment.