Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
core
picodata
Commits
bf9660af
Verified
Commit
bf9660af
authored
3 years ago
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
Set up self-hosted gitlab runner for CI
parent
3c80cd2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!49
Set up self-hosted gitlab runner for CI
Pipeline
#3601
canceled
3 years ago
Stage: build
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
docker-build-base/Dockerfile
+0
-2
0 additions, 2 deletions
docker-build-base/Dockerfile
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
2
View file @
bf9660af
...
...
@@ -31,9 +31,8 @@ docker-build-base:
stage
:
prebuild
image
:
docker:20
tags
:
-
picodata
-
docker
services
:
-
docker:dind
rules
:
-
# if
changes
:
...
...
@@ -59,6 +58,9 @@ docker-build-base:
build
:
image
:
${CI_REGISTRY_IMAGE}/${BASE_IMAGE}
stage
:
build
tags
:
-
picodata
-
docker
script
:
# - git submodule foreach --recursive 'git fetch --tags; git describe --always'
-
pushd tarantool-sys; git describe; popd
...
...
This diff is collapsed.
Click to expand it.
docker-build-base/Dockerfile
+
0
−
2
View file @
bf9660af
...
...
@@ -20,5 +20,3 @@ RUN set -e; \
cd
/root
;
\
tarantoolctl rocks
install
luacheck 0.26.0
;
\
tarantoolctl rocks
install
luatest 0.5.7
;
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