Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!351
Something went wrong on our end
Hotfix/upload
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Hotfix/upload
hotfix/upload
into
dev
Overview
0
Commits
19
Pipelines
0
Changes
1
Merged
Hotfix/upload
Martin Weise
requested to merge
hotfix/upload
into
dev
8 months ago
Overview
0
Commits
19
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
f5a2bf6b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
f5a2bf6b
Added cURL
· f5a2bf6b
Martin Weise
authored
8 months ago
.gitlab-ci.yml
+
1
−
1
View file @ f5a2bf6b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -201,7 +201,7 @@ test-upload-service:
dependencies
:
-
build-docker
before_script
:
-
"
apk
add
--no-cache
make
bash"
-
"
apk
add
--no-cache
make
bash
curl
"
-
"
docker
build
-t
dbrepo-metadata-service:build
--target
build
dbrepo-metadata-service"
-
"
docker
build
-t
dbrepo-data-service:build
--target
build
dbrepo-data-service"
-
"
docker
compose
build
--parallel"
Loading