20 lines
461 B
YAML
20 lines
461 B
YAML
include:
|
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
|
- project: unboundsoftware/ci-templates
|
|
file: Defaults.gitlab-ci.yml
|
|
- project: unboundsoftware/ci-templates
|
|
file: Release.gitlab-ci.yml
|
|
|
|
default:
|
|
tags:
|
|
- codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
|
|
script:
|
|
- env | sort
|