Skip to content
Snippets Groups Projects
Commit 8975b642 authored by Jan Beinke's avatar Jan Beinke
Browse files

Update .gitlab-ci.yml

parent d1c13796
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:2.6-alpine
.build: &build
tags:
- shared
......@@ -13,9 +11,10 @@ image: python:2.6-alpine
paths:
- IRBLAN-*-py*.egg
build-2.7:
build-2.6-2.7:
image: python:2.7-alpine
<<: *build
after_script:
- for i in dist/*; do cp "$i" "${i/2.7/2.6}" ;done
- cp dist/* ./
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment