Skip to content

Commit

Permalink
docs: make executor descriptions more clear (#29)
Browse files Browse the repository at this point in the history
Update description of all executors to make them clearer.
  • Loading branch information
droguljic authored Nov 7, 2024
1 parent 11c9c17 commit d1a700d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/executors/node.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: >
A Docker executor using CircleCI's Node.js images optimized for CI.
Docker executor using CI-optimized Node.js image built to run on CircleCI.
parameters:
tag:
Expand Down
3 changes: 2 additions & 1 deletion src/executors/node_secrets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: >
Docker executor providing Infisical secrets manager on top of CircleCI Node.js image.
Docker executor integrating Infisical Open Source Secret Management for secure
secret retrieval within CircleCI Node.js pipelines.
parameters:
tag:
Expand Down
2 changes: 1 addition & 1 deletion src/executors/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: >
A Docker executor using CircleCI's Ubuntu images optimized for CI.
Docker executor using CI-optimized Ubuntu image built to run on CircleCI.
parameters:
tag:
Expand Down

0 comments on commit d1a700d

Please sign in to comment.