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
d1aa343b
You need to sign in or sign up before continuing.
Commit
d1aa343b
authored
3 years ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file to install curl
parent
6dce04c2
No related branches found
No related tags found
No related merge requests found
Pipeline
#74967
passed
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
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
d1aa343b
...
...
@@ -107,6 +107,7 @@ test-testing:
variables
:
TESTING_URL
:
https://zam10036.zam.kfa-juelich.de/
script
:
-
apt update && apt -y install curl
-
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'
...
...
@@ -122,6 +123,7 @@ test-production:
variables
:
PRODUCTION_URL
:
https://datacatalog.fz-juelich.de/
script
:
-
apt update && apt -y install curl
-
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'
...
...
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