Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BuffyBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
BuffyBox
Commits
440eb9cd
Commit
440eb9cd
authored
2 years ago
by
Johannes Marbach
Committed by
Johannes Marbach
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove CI yaml
parent
8e3e2ce6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-43
0 additions, 43 deletions
.gitlab-ci.yml
with
0 additions
and
43 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
43
View file @
8e3e2ce6
stages
:
-
prepare_release
-
release
prepare:release
:
stage
:
prepare_release
image
:
python:latest
rules
:
-
if
:
$CI_COMMIT_TAG
before_script
:
-
pip install git-archive-all
script
:
-
git-archive-all unl0kr.tar.gz
after_script
:
-
echo "JOB_ID=$CI_JOB_ID" >> job.env
artifacts
:
paths
:
-
unl0kr.tar.gz
expire_in
:
never
reports
:
dotenv
:
job.env
create:release
:
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
rules
:
-
if
:
$CI_COMMIT_TAG
needs
:
-
job
:
prepare:release
artifacts
:
true
variables
:
TAG
:
'
$CI_COMMIT_SHA'
script
:
-
echo "do it"
release
:
name
:
'
Release
$TAG'
tag_name
:
'
$TAG'
ref
:
'
$TAG'
description
:
'
Release
$TAG'
assets
:
links
:
-
name
:
"
unl0kr.tar.gz"
url
:
"
https://gitlab.com/cherrypicker/unl0kr/-/jobs/$JOB_ID/artifacts/file/unl0kr.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment