Skip to content
Snippets Groups Projects
Commit 5ec06160 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

ci: remove artifact branches.list

We've decided to fetch it on side of infra ci
parent e67a0d64
No related branches found
No related tags found
1 merge request!345ci: remove artifact branches.list
Pipeline #35227 passed
......@@ -79,18 +79,10 @@ pack-doc:
- tar -cvzf ../$FNAME .
- popd
- echo "Picodata doc successfully packed."
- >
git ls-remote origin |
grep -Eo 'refs/heads/.+' |
cut -d/ -f3- |
sed 's/^main$/devel/g' |
sed -E "$SED_SLUG" |
tee branches.list
artifacts:
name: "artifacts-vars-${CI_PIPELINE_ID}"
paths:
- picodata-doc-*.tgz
- branches.list
reports:
dotenv: .vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment