Removed tags from .gitlab-ci.yml. Now using global runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user