Skip to content
Snippets Groups Projects
Verified Commit a4ae4007 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 833da5e7
No related branches found
No related tags found
No related merge requests found
Pipeline #2954 passed
......@@ -2,12 +2,15 @@ image: docker:19.03.12
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 3.4.13-passenger-1
IMAGE_VER: 3.4.13-passenger-2
services:
- docker:19.03.12-dind
before_script:
- apk update && apk add git
- git submodule sync
- git submodule update --init
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build:
......
FROM redmine:3.4.13
FROM redmine:3.4.13-passenger
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN apt-get update && \
......
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