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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scriptThe shell script to execute. Example: script: | echo hi > "$CI_STORAGE_PATH/hello.txt" ls -la "$CI_STORAGE_PATH" yes
persistWhether to persist storage changes afterwardsnotrue
cleanupWhether to delete the storage directory after the script has finishednotrue

no outputs