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

tags must be an array of strings

parent 84a4f770
Branches
Tags
No related merge requests found
build-sbbs-linux:
tags: linux
tags: [linux]
image: gcc
stage: build
script:
......@@ -16,7 +16,7 @@ build-sbbs-linux:
- "src/sbbs3/*/*.exe.release/*"
build-sexpots-linux:
tags: linux
tags: [linux]
image: gcc
stage: build
script:
......@@ -28,7 +28,7 @@ build-sexpots-linux:
- "src/sexpots/*.exe.release/*"
build-syncterm-linux:
tags: linux
tags: [linux]
image: gcc
stage: build
script:
......@@ -41,7 +41,7 @@ build-syncterm-linux:
build-sbbs-windows:
tags: windows
tags: [windows]
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment