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

Update .gitlab-ci.yml

parent 07c14b4b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,7 +15,7 @@ image: python:2.6-alpine
build-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
<<: *build
\ 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