Page MenuHomePhorge

.gitlab-ci.yml
No OneTemporary

Size
712 B
Referenced Files
None
Subscribers
None

.gitlab-ci.yml

stages:
- prepare
- build
prepare-env:
stage: prepare
script: |
tag="$CI_COMMIT_REF_SLUG"
echo "tag=$tag" >> prepare.env
echo "libkazvTag=servant" >> prepare.env
artifacts:
reports:
dotenv: prepare.env
build-debug:
stage: build
image:
name: 'ubuntu:21.04'
script: |
./script.sh
artifacts:
paths:
- testfile
expire_in: 1 week
build-other:
stage: build
image:
name: 'ubuntu:21.04'
script: |
./script.sh
artifacts:
paths:
- testfile
expire_in: 1 week
another:
stage: build
image:
name: 'ubuntu:21.04'
script: |
export VAR=foo
./script.sh
artifacts:
paths:
- testfile
expire_in: 1 week

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 12:22 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39521
Default Alt Text
.gitlab-ci.yml (712 B)

Event Timeline