Skip to content
Snippets Groups Projects
Verified Commit bf9660af authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

Set up self-hosted gitlab runner for CI

parent 3c80cd2a
No related branches found
No related tags found
1 merge request!49Set up self-hosted gitlab runner for CI
Pipeline #3601 canceled
...@@ -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
......
...@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment