https://github.com/bitrise-steplib/steps-remote-script-runner
Run a remote script, ex: a Github Gist by providing a raw (!) url (which returns a simple text, non html response)
https://github.com/bitrise-steplib/steps-remote-script-runner
bitrise bitrise-step ci production-code
Last synced: about 1 month ago
JSON representation
Run a remote script, ex: a Github Gist by providing a raw (!) url (which returns a simple text, non html response)
- Host: GitHub
- URL: https://github.com/bitrise-steplib/steps-remote-script-runner
- Owner: bitrise-steplib
- License: mit
- Created: 2014-08-13T15:14:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:25:04.000Z (over 2 years ago)
- Last Synced: 2025-07-05T06:40:57.953Z (9 months ago)
- Topics: bitrise, bitrise-step, ci, production-code
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Script Runner
The new Remote Script Runner step.
Step that downloads the content of the input url and runs it as a bash script.
For example you can provide a Gist raw url.
This Step is part of the [Open StepLib](http://www.steplib.com/), you can find its StepLib page [here](http://www.steplib.com/step/remote-bash-script-runner)
Can be run directly with the [bitrise CLI](https://github.com/bitrise-io/bitrise),
just `git clone` this repository, `cd` into it's folder in your Terminal/Command Line
and call `bitrise run test`.
*Check the `bitrise.yml` file for required inputs which have to be
added to your `.bitrise.secrets.yml` file!*