Skip to content

Commit 28919d2

Browse files
committed
ci: Try one recipe instead
1 parent a3e5795 commit 28919d2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lisp/core/install-vc.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
;; Detect new specification.
3131
(cond ((ffap-url-p spec)
3232
(push (reverse current-spec) new-specs)
33+
;; We're using the push, so the order is reversed.
3334
(setq current-spec (list spec (eask-install-file--guess-name spec))))
3435
(t
3536
(push spec current-spec))))

test/jest/install/Eask

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
;; Recipe install
3838
(depends-on "watch-cursor"
3939
:repo "jcs-elpa/watch-cursor" :fetcher 'github)
40-
(depends-on "organize-imports-java"
41-
:repo "jcs-elpa/organize-imports-java"
42-
:fetcher 'github
43-
:files '(:defaults "sdk" "default"))
40+
;; (depends-on "organize-imports-java"
41+
;; :repo "jcs-elpa/organize-imports-java"
42+
;; :fetcher 'github
43+
;; :files '(:defaults "sdk" "default"))
4444

4545
(development
4646
(depends-on "ert-runner"))

0 commit comments

Comments
 (0)