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:
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
......
......@@ -20,5 +20,3 @@ RUN set -e; \
cd /root; \
tarantoolctl rocks install luacheck 0.26.0; \
tarantoolctl rocks install luatest 0.5.7;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment