Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by mail-b.sr.ht (Postfix) with ESMTPS id 92A71FF10A for <~emersion/mrsh-dev@lists.sr.ht>; Tue, 14 Jul 2020 13:51:02 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (1024-bit key) header.d=cmpwn.com header.i=@cmpwn.com header.b=eQbWL7EB DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1594734662; bh=dRkYAJ0gxbXnuaxAeE21vX3XLPT8iTuEyWC6qVCP9mU=; h=From:To:Cc:Subject:Date; b=eQbWL7EBYOeo7yinW8KsPDZPqdTjsS1AuKwGSlc8z5uCDlcNhbUon3JRZkgU0NXwX XKBSYtQqHZnsXsdAPozj0e8JPHPkEJ6YU9IByDkGjPNHsT0iqIkfBP2U4aU4RMcLQW 3iV9ib6fd7gHCw22Sm+c0LdHv34WK4J7cMzJqR9k= From: Drew DeVault To: ~emersion/mrsh-dev@lists.sr.ht Cc: Drew DeVault Subject: [PATCH mrsh] Remove annotate.yml Date: Tue, 14 Jul 2020 09:51:00 -0400 Message-Id: <20200714135100.13446-1-sir@cmpwn.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable git.sr.ht annotations are deprecated --- .builds/annotate.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .builds/annotate.yml diff --git a/.builds/annotate.yml b/.builds/annotate.yml deleted file mode 100644 index f0bfd3a..0000000 --- a/.builds/annotate.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: archlinux -packages: - - mrsh-git - - annotatesh-git -sources: - - https://git.sr.ht/~emersion/mrsh -secrets: - - a00689d3-2a09-4e1b-a5f9-83d1082f1704 -tasks: - - annotatesh: | - cd mrsh - annotatesh-git >annotations.json - - upload: | - cd mrsh - set +x # hide secrets - oauth_token=3D"$(cat ~/.annotate-token)" - owner=3D'~emersion' - repo=3D'mrsh' - curl -X PUT \ - -H "Authorization: token $oauth_token" \ - -H "Content-Type: application/json" \ - -d @annotations.json \ - https://git.sr.ht/api/"$owner"/repos/"$repo"/annotate - --=20 2.27.0