Skip to content

Commit 99ea434

Browse files
committed
fix: Revert using clone with branch:
1 parent 0323b55 commit 99ea434

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

27.x/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-28-2" -f "https://github.com/purcell/nix-emacs-ci/archive
1313
# Install jcs-emacs
1414
RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 8.1.0 --recursive
1515

16-
# Use specific version
17-
WORKDIR ~/.emacs.d
18-
RUN git checkout tags/8.1.0
19-
2016
ENV TERM xterm-256color
2117
WORKDIR /root

28.x/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-28-2" -f "https://github.com/purcell/nix-emacs-ci/archive
1313
# Install jcs-emacs
1414
RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 8.2.0 --recursive
1515

16-
# Use specific version
17-
WORKDIR ~/.emacs.d
18-
RUN git checkout tags/8.2.0
19-
2016
ENV TERM xterm-256color
2117
WORKDIR /root

29.x/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-29-4" -f "https://github.com/purcell/nix-emacs-ci/archive
1313
# Install jcs-emacs
1414
RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 9.0.0 --recursive
1515

16-
# Use specific version
17-
WORKDIR ~/.emacs.d
18-
RUN git checkout tags/9.0.0
19-
2016
ENV TERM xterm-256color
2117
WORKDIR /root

0 commit comments

Comments
 (0)