Skip to content
Snippets Groups Projects
Commit e9f14910 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

tags must be an array of strings

parent f7671b20
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #598 failed
build-sbbs-linux: build-sbbs-linux:
tags: linux tags: [linux]
image: gcc image: gcc
stage: build stage: build
script: script:
...@@ -16,7 +16,7 @@ build-sbbs-linux: ...@@ -16,7 +16,7 @@ build-sbbs-linux:
- "src/sbbs3/*/*.exe.release/*" - "src/sbbs3/*/*.exe.release/*"
build-sexpots-linux: build-sexpots-linux:
tags: linux tags: [linux]
image: gcc image: gcc
stage: build stage: build
script: script:
...@@ -28,7 +28,7 @@ build-sexpots-linux: ...@@ -28,7 +28,7 @@ build-sexpots-linux:
- "src/sexpots/*.exe.release/*" - "src/sexpots/*.exe.release/*"
build-syncterm-linux: build-syncterm-linux:
tags: linux tags: [linux]
image: gcc image: gcc
stage: build stage: build
script: script:
...@@ -41,7 +41,7 @@ build-syncterm-linux: ...@@ -41,7 +41,7 @@ build-syncterm-linux:
build-sbbs-windows: build-sbbs-windows:
tags: windows tags: [windows]
stage: build stage: build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment