Page MenuHomePhorge

No OneTemporary

Size
894 B
Referenced Files
None
Subscribers
None
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7259fb1..a963d3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,36 +1,47 @@
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/x-diff
Expires
Sat, Sep 19, 1:48 AM (20 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1768619
Default Alt Text
(894 B)

Event Timeline