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
75102b5a
Verified
Commit
75102b5a
authored
5 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: pipeline
parent
8eb3dc33
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/Dockerfile
+1
-1
1 addition, 1 deletion
.docker/Dockerfile
.gitlab-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab-ci.yml
with
1 addition
and
5 deletions
.docker/Dockerfile
+
1
−
1
View file @
75102b5a
FROM
mariadb:10.4
FROM
debian:stretch
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
curl make unzip
-y
apt-get
install
curl make unzip
-y
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
4
View file @
75102b5a
...
@@ -50,11 +50,7 @@ unittests:
...
@@ -50,11 +50,7 @@ unittests:
-
cp config.defaults .config
-
cp config.defaults .config
-
echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
-
echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
-
echo "MYSQL_HOST=mariadb" >> .config
-
echo "MYSQL_HOST=mariadb" >> .config
-
. .config || echo "failed"
-
whereis mysql
-
command -v mysql
-
command -v mysql
-
ls
-
./make_db bla || echo "failed"
-
./make_db test-connection
-
./make_db test-connection
-
./make_db test --fresh
-
./make_db test --fresh
...
...
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