Closed hdkshingala closed 11 months ago
The update in the configuration reflects a shift in how the COMMIT_SHA
environment variable is assigned within a CircleCI workflow file. Instead of using the older variable format, the new code adopts CircleCI's pipeline variable syntax to obtain the current commit SHA.
File Path | Change Summary |
---|---|
.circleci/continue-workflows.yml |
Updated COMMIT_SHA from ${CIRCLE_SHA1} to << pipeline.git.revision >> |
🐇✨ In the realm of code, a small change gleams, A rabbit hops through the CI streams.
COMMIT_SHA
shifts with a slight revision, Ensuring the pipeline runs with precision. 🌟🚀
Summary by CodeRabbit