Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140774
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
729 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7259fb1..d7bc476 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,36 +1,25 @@
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
another:
stage: build
image:
name: 'ubuntu:21.04'
script: |
export VAR=foo
./script.sh
artifacts:
paths:
- testfile
expire_in: 1 week
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jan 21, 2:04 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55718
Default Alt Text
(729 B)
Attached To
Mode
rTESTTWO test2
Attached
Detach File
Event Timeline
Log In to Comment