Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Sublime Music
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sublime Music
Sublime Music
Commits
e8e74afd
Verified
Commit
e8e74afd
authored
Sep 19, 2020
by
Sumner Evans
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Pipfile
parent
5e8600d9
Pipeline
#192056461
failed with stages
in 1 minute and 29 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1030 deletions
+6
-1030
.builds/readme.yml
.builds/readme.yml
+1
-8
Pipfile
Pipfile
+0
-36
Pipfile.lock
Pipfile.lock
+0
-986
cicd/run_if_tagged_with_version
cicd/run_if_tagged_with_version
+5
-0
No files found.
.builds/
gitlab-mirror-and-
readme.yml
→
.builds/readme.yml
View file @
e8e74afd
...
...
@@ -9,8 +9,6 @@ sources:
secrets
:
# README Personal Access Token
-
2fb5fd72-fa96-46c6-ab90-6b7cabebba16
# GitLab Mirror SSH Key
-
910786ff-96e4-4951-be00-ad99cc02f357
environment
:
REPO_NAME
:
sublime-music
# triggers:
...
...
@@ -19,13 +17,8 @@ environment:
# to: ~sumner/sublime-music-devel@lists.sr.ht
tasks
:
-
setup
:
|
cd ${REPO_NAME}
echo "cd ${REPO_NAME}" >> ~/.buildenv
# - gitlab-mirror: |
# ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
# git push --quiet --mirror git@gitlab.com:sublime-music/sublime-music.git
# If we are on the master branch, compile the README.rst to HTML and set it
# as the README for the repo.
-
readme
:
|
...
...
@@ -36,5 +29,5 @@ tasks:
-H "Authorization: Bearer $(cat ~/.readme-token)" \
-XPUT \
--data-binary @- \
"https://git.sr.ht/api/repos/${
PROJECT
_NAME}/readme" &&
"https://git.sr.ht/api/repos/${
REPO
_NAME}/readme" &&
echo "README set" || echo "Skipping README set because not on master"
Pipfile
deleted
100644 → 0
View file @
5e8600d9
[[source]]
name
=
"pypi"
url
=
"https://pypi.org/simple"
verify_ssl
=
true
[dev-packages]
black
=
"*"
docutils
=
"*"
flake8
=
"*"
flake8-annotations
=
"*"
flake8-bugbear
=
"*"
flake8-comprehensions
=
"*"
flake8-import-order
=
"*"
flake8-pep3101
=
"*"
flake8-print
=
"*"
graphviz
=
"*"
lxml
=
"*"
mypy
=
"*"
pycodestyle
=
"*"
pytest
=
"*"
pytest-cov
=
"*"
rope
=
"*"
rst2html5
=
"*"
sphinx
=
"*"
sphinx-rtd-theme
=
"*"
termcolor
=
"*"
requirements-parser
=
"*"
[packages]
sublime-music
=
{
editable
=
true
,
extras
=
[
"chromecast"
,
"keyring"
,
"server"
],
path
=
"."
}
[requires]
python_version
=
"3.8"
[pipenv]
allow_prereleases
=
true
Pipfile.lock
deleted
100644 → 0
View file @
5e8600d9
This diff is collapsed.
Click to expand it.
cicd/run_if_tagged_with_version
View file @
e8e74afd
...
...
@@ -25,3 +25,8 @@ for tag in tags:
for
arg
in
sys
.
argv
[
1
:]:
print
(
f
"+
{
' '
.
join
(
arg
.
split
())
}
"
)
subprocess
.
run
(
arg
.
split
()).
check_returncode
()
# Don't run the else statement of the for loop.
break
else
:
print
(
"No version tag found for this commit. Skipping"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment