Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-mysqlbackend
Commits
ca77d981
Verified
Commit
ca77d981
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
STY: Formatting.
parent
13743f59
No related branches found
No related tags found
2 merge requests
!7
Release v5.0.0
,
!4
CI pipeline for mysql unit tests
Pipeline
#9824
failed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
db_2_0.sql
+1
-1
1 addition, 1 deletion
db_2_0.sql
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
2
View file @
ca77d981
...
...
@@ -28,7 +28,6 @@ variables:
DEPLOY_REF
:
dev
CI_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
MYSQL_ROOT_PASSWORD
:
caosdb1234
# MYSQL_DATABASE: caosdb
image
:
$CI_REGISTRY_IMAGE
stages
:
...
...
@@ -50,7 +49,7 @@ build-testenv:
script
:
-
cd .docker
-
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...
-
docker build
--pull
-t $CI_REGISTRY_IMAGE .
...
...
This diff is collapsed.
Click to expand it.
db_2_0.sql
+
1
−
1
View file @
ca77d981
...
...
@@ -222,7 +222,7 @@ CONSTRAINT `fil_file_id_entity` FOREIGN KEY (`file_id`) REFERENCES `entities` (`
#
-- ******************
#
-- ******************
'
#
-- Create table passwords
#
-- ******************
...
...
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