Skip to content

Instantly share code, notes, and snippets.

@pixelbrackets
Created December 1, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelbrackets/87ddbc0c2608e9c79722efcc8938d094 to your computer and use it in GitHub Desktop.
Save pixelbrackets/87ddbc0c2608e9c79722efcc8938d094 to your computer and use it in GitHub Desktop.
CI minimal smoketest with cURL
job_test_app_smoketest:
stage: test
script:
- curl -s --fail --show-error https://example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment