Skip to content
Snippets Groups Projects
Commit a4687e40 authored by Jeremy Whiting's avatar Jeremy Whiting
Browse files

Tag the ci jobs according to steamrt task 255 instructions.

Added missing docker, internal and x86_64 tags.
Also specify the image we are using.

TODO: Update the images to something that isn't EOL
parent 4dc197c7
No related branches found
No related tags found
1 merge request!8Tag the ci jobs according to steamrt task 255 instructions.
......@@ -7,8 +7,11 @@ stages:
build-linux:
stage: build
image: debian:buster-slim
tags:
- linux
- docker
- x86_64
script: ./setup/gitlab-linux.py
artifacts:
paths:
......@@ -29,6 +32,10 @@ deploy:
needs:
- build-linux
- build-windows
image: debian:buster-slim
tags:
- linux
- docker
- internal
- x86_64
script: ./setup/gitlab-deploy.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment