hardliner66/Persistent CI Storage
Runs a script with access to a persistent storage directory, who's path is available through the env-var $CI_STORAGE_PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | The shell script to execute. Example: script: | echo hi > "$CI_STORAGE_PATH/hello.txt" ls -la "$CI_STORAGE_PATH" | yes | — |
| persist | Whether to persist storage changes afterwards | no | true |
| cleanup | Whether to delete the storage directory after the script has finished | no | true |
Outputs
no outputs