Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataCatalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
DataCatalog
Commits
6dce04c2
Commit
6dce04c2
authored
3 years ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: test-deployment
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
6dce04c2
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment