[ci] Remove manual shells again
/ clone (push) Successful in 3s Details
/ doom (push) Failing after 3s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 10:42:23 +02:00
parent 5d662751b0
commit 4588c39037
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 0 additions and 4 deletions

View File

@ -11,16 +11,12 @@ jobs:
steps:
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
shell: "ash"
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"
ln -s "$(pwd)" "${HOME}/.local/share/chezmoi"
cp "$(pwd)/bootstrap/chezmoi.toml" "${HOME}/.config/chezmoi"
shell: "/bin/sh"
- run: |
chezmoi apply
shell: "/bin/sh"
- run: |
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install
shell: "/bin/sh"