[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 1ef998bfbc 4/5: Meta: Tidy .builds/*.yml
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 1ef998bfbc 4/5: Meta: Tidy .builds/*.yml |
Date: |
Tue, 26 Sep 2023 22:02:53 -0400 (EDT) |
branch: elpa/hyperdrive
commit 1ef998bfbc17213b104fde6595c38c50930859ab
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Meta: Tidy .builds/*.yml
---
.builds/emacs-28.2.yml | 3 +--
.builds/emacs-snapshot.yml | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.builds/emacs-28.2.yml b/.builds/emacs-28.2.yml
index efd50bfb18..64109d287f 100644
--- a/.builds/emacs-28.2.yml
+++ b/.builds/emacs-28.2.yml
@@ -1,7 +1,6 @@
image: nixos/latest
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
- EMACS_CI: emacs-snapshot
sources:
- https://git.sr.ht/~ushin/hyperdrive.el
tasks:
@@ -10,7 +9,7 @@ tasks:
- initialize-sandbox: |
cd hyperdrive.el
- ./makem/makem.sh --emacs emacs-28.2 -vvv --sandbox=.sandbox
--install-deps --install-linters
+ ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
- all: |
# We specify the rules so we can omit lint-checkdoc and
diff --git a/.builds/emacs-snapshot.yml b/.builds/emacs-snapshot.yml
index 35ee4e3ba5..536bbcbaff 100644
--- a/.builds/emacs-snapshot.yml
+++ b/.builds/emacs-snapshot.yml
@@ -1,7 +1,6 @@
image: nixos/latest
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
- # EMACS_CI: emacs-snapshot
sources:
- https://git.sr.ht/~ushin/hyperdrive.el
tasks: