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