aboutsummaryrefslogtreecommitdiffstats
path: root/.build
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-23 19:06:46 -0700
committerGravatar Tom Willemse2022-03-23 19:06:46 -0700
commitcd8f49df25408253cbf4abf7f55346b4681f79b6 (patch)
treeff44ce4afe96039cf77ea87a15e6ae2b8be88301 /.build
parentba5d9c29f3defd28c5973d257a86f910deb78986 (diff)
downloadtekuti-el-cd8f49df25408253cbf4abf7f55346b4681f79b6.tar.gz
tekuti-el-cd8f49df25408253cbf4abf7f55346b4681f79b6.zip
Fix typo in .builds directory name
Diffstat (limited to '.build')
-rw-r--r--.build/pages.yml17
-rw-r--r--.build/readme.yml20
2 files changed, 0 insertions, 37 deletions
diff --git a/.build/pages.yml b/.build/pages.yml
deleted file mode 100644
index c86a3ee..0000000
--- a/.build/pages.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-image: alpine/latest
-oauth: pages.sr.ht/PAGES:RW
-packages:
- - make
- - emacs-nox
- - git
-tasks:
- - stamp-version: |
- cd tekuti-el
- make stamp-version
- - package: |
- cd tekuti-el
- make package
- - upload: |
- cd tekuti-el
- acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/pcomplete-p4/elpa/" \
- -Fcontent=@pcomplete-p4.tar.gz
diff --git a/.build/readme.yml b/.build/readme.yml
deleted file mode 100644
index 32deacc..0000000
--- a/.build/readme.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-image: alpine/latest
-packages:
- - make
- - emacs-nox
-secrets:
- - 71a00305-bdc9-4108-84a0-2d42d5f824d6
-tasks:
- - build: |
- cd tekuti-el
- make README.html
- - readme: |
- cd tekuti-el
- set +x
- curl --fail-with-body \
- -H "Content-Type: text/html" \
- -H "Authorization: Bearer $(cat ~/.pcomplete-p4-auth)" \
- -XPUT \
- --data-binary @README.html \
- 'https://git.sr.ht/api/repos/tekuti-el/readme' \
- && echo "README set"