https://github.com/bitrise-steplib/steps-curl-ping
A simple cURL ping step, reports success
https://github.com/bitrise-steplib/steps-curl-ping
bitrise bitrise-step ci production-code
Last synced: 6 days ago
JSON representation
A simple cURL ping step, reports success
- Host: GitHub
- URL: https://github.com/bitrise-steplib/steps-curl-ping
- Owner: bitrise-steplib
- License: mit
- Created: 2014-10-19T00:16:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:22:14.000Z (about 2 years ago)
- Last Synced: 2025-03-24T07:52:42.975Z (7 months ago)
- Topics: bitrise, bitrise-step, ci, production-code
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cURL Ping
The new cURL Ping step.
Performs a [cURL](http://curl.haxx.se/) request on the given URL
and reports the result (success / failed) of the response.Find our integrations on Bitrise [integration page](https://www.bitrise.io/integrations/steps) and please find Bitrise StepLib sources on [this](https://github.com/bitrise-io/bitrise-steplib) URL.
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!*