aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/readme.yml
blob: 32deacc5cecca8e08945e85f8e7f6a34145c3908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"