Skip to content
Snippets Groups Projects
Verified Commit 2ba2c7e8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 7778b4e3
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,11 @@ unittests: ...@@ -62,8 +62,11 @@ unittests:
build-testenv: build-testenv:
tags: [ cached-dind ] tags: [ cached-dind ]
image: docker:19.03 image: docker:19.03
only:
- web
- triggers
stage: setup stage: setup
script: script:
- cd .docker - cd .docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest... # use here general latest or specific branch latest...
......
...@@ -43,6 +43,10 @@ drop procedure if exists db_2_0.retrieveEntity // ...@@ -43,6 +43,10 @@ drop procedure if exists db_2_0.retrieveEntity //
* `HEAD` for the latest version or as `HEAD~n`, which retrieves the n-th * `HEAD` for the latest version or as `HEAD~n`, which retrieves the n-th
* ancestor of `HEAD`. * ancestor of `HEAD`.
* *
* ResultSet
* ---------
* Tuple of (Datatype, Collection, EntityID, EntityName, EntityDesc,
* EntityRole, FileSize, FilePath, FileHash, ACL, Version)
*/ */
create procedure db_2_0.retrieveEntity( create procedure db_2_0.retrieveEntity(
in EntityID INT UNSIGNED, in EntityID INT UNSIGNED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment