Removed tags from .gitlab-ci.yml. Now using global runner

This commit is contained in:
2023-03-19 20:28:30 +08:00
parent 9c288a9f26
commit cf46f2a46b

View File

@@ -3,8 +3,6 @@ build_22:
UBUNTU_VER: "22.04"
image: docker:23.0.1
stage: build
tags:
- hzdedi_ubuntu
rules:
- changes:
- Dockerfile
@@ -28,8 +26,6 @@ build_20:
UBUNTU_VER: "20.04"
image: docker:23.0.1
stage: build
tags:
- hzdedi_ubuntu
rules:
- changes:
- Dockerfile
@@ -52,8 +48,6 @@ build_18:
UBUNTU_VER: "18.04"
image: docker:23.0.1
stage: build
tags:
- hzdedi_ubuntu
rules:
- changes:
- Dockerfile