Skip to content
Snippets Groups Projects
Commit 499171b2 authored by calrama's avatar calrama
Browse files

[windows,ci] remove os version suffix from runner tag

parent 59559605
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ deploy ubuntu:
build windows:
stage: build
tags: [ windows-1809, shell ]
tags: [ windows, shell ]
before_script:
- Copy-Item 'C:/Windows/System32/opengl32.dll' 'windows/devel/opengl32.dll'
- Copy-Item 'C:/Windows/System32/glu32.dll' 'windows/devel/glu32.dll'
......@@ -68,7 +68,7 @@ build windows:
deploy windows:
stage: build
tags: [ windows-1809, shell ]
tags: [ windows, shell ]
only:
- master
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment