Skip to content
Snippets Groups Projects
Commit 80b1ed79 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update .gitlab-ci.yml

parent 4e9258f3
No related branches found
No related tags found
No related merge requests found
Pipeline #13247 failed
stages:
- build
build_python2.7:
stage: build
image: docker:18.09.7
only:
- master
services:
- docker:18.09.7-dind
before_script:
- ''
script:
- docker build -t clarinpl/python:2.7 2.7/
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/python:2.7
build_python3.6:
stage: build
image: docker:18.09.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment