Skip to content
Snippets Groups Projects
Commit 6dce04c2 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Update .gitlab-ci.yml file to include echo with message

parent bbb236b2
No related branches found
No related tags found
No related merge requests found
Pipeline #74962 failed
......@@ -107,8 +107,8 @@ test-testing:
variables:
TESTING_URL: https://zam10036.zam.kfa-juelich.de/
script:
- "TODO: This should run tests for the testing deployment, to ensure full functionality of the deployment."
- "For now, this will be a basic health check i.e. GET / and check for 2xx code."
- echo "TODO This should run tests for the testing deployment, to ensure full functionality of the deployment."
- echo "For now, this will be a basic health check i.e. GET / and check for 2xx code."
- 'curl -f -H "Accept: application/json" $TESTING_URL'
test-production:
......@@ -122,8 +122,8 @@ test-production:
variables:
PRODUCTION_URL: https://datacatalog.fz-juelich.de/
script:
- "TODO: This should run tests for the production deployment, to ensure full functionality of the deployment."
- "For now, this will be a basic health check i.e. GET / and check for 2xx code."
- echo "TODO This should run tests for the production deployment, to ensure full functionality of the deployment."
- echo "For now, this will be a basic health check i.e. GET / and check for 2xx code."
- 'curl -f -H "Accept: application/json" $PRODUCTION_URL'
publishgit-do:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment