Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
bf9660af
You need to sign in or sign up before continuing.
Verified
Commit
bf9660af
authored
Feb 18, 2022
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
Set up self-hosted gitlab runner for CI
parent
3c80cd2a
No related branches found
No related tags found
1 merge request
!49
Set up self-hosted gitlab runner for CI
Pipeline
#3601
canceled
Feb 22, 2022
Stage: build
Changes
2
Pipelines
3
Show 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:
...
@@ -31,9 +31,8 @@ docker-build-base:
stage
:
prebuild
stage
:
prebuild
image
:
docker:20
image
:
docker:20
tags
:
tags
:
-
picodata
-
docker
-
docker
services
:
-
docker:dind
rules
:
rules
:
-
# if
-
# if
changes
:
changes
:
...
@@ -59,6 +58,9 @@ docker-build-base:
...
@@ -59,6 +58,9 @@ docker-build-base:
build
:
build
:
image
:
${CI_REGISTRY_IMAGE}/${BASE_IMAGE}
image
:
${CI_REGISTRY_IMAGE}/${BASE_IMAGE}
stage
:
build
stage
:
build
tags
:
-
picodata
-
docker
script
:
script
:
# - git submodule foreach --recursive 'git fetch --tags; git describe --always'
# - git submodule foreach --recursive 'git fetch --tags; git describe --always'
-
pushd tarantool-sys; git describe; popd
-
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; \
...
@@ -20,5 +20,3 @@ RUN set -e; \
cd
/root
;
\
cd
/root
;
\
tarantoolctl rocks
install
luacheck 0.26.0
;
\
tarantoolctl rocks
install
luacheck 0.26.0
;
\
tarantoolctl rocks
install
luatest 0.5.7
;
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