You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
steps:
- run:
environment:
PARAM_TO: <<parameters.to>
name: Hello <<parameters.to>
shell: /bin/sh # Not required for shell scripts, but useful for other shell environments i.e. python
command: <<include(scripts/greet.sh)>>
This would help users who may expect the included script to execute without declaring the shell parameter: #25
The text was updated successfully, but these errors were encountered:
Provide a comment on shell usage for different languages in scripts/README.md: https://github.com/CircleCI-Public/Orb-Project-Template/tree/master/src/scripts
ex:
This would help users who may expect the included script to execute without declaring the shell parameter: #25
The text was updated successfully, but these errors were encountered: