This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/.gitlab-ci.yml
2021-05-12 08:44:33 +00:00

13 lines
238 B
YAML

image: "git.mesalab.cn:7443/mesa_platform/build-env:master"
variables:
GIT_STRATEGY: "clone"
build:
stage: build
script:
- yum -y install ansible pbzip2
- make
tags:
- tsg-os-installer
except:
- tags