Skip to content

Commit

Permalink
temporarily disable emacs and zsh checks in build.sr.ht
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-coe-renner committed Aug 19, 2024
1 parent 2137fc5 commit a1a844f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ environment:
tasks:
- chezmoi-init: |
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --promptDefaults --apply https://git.sr.ht/~code-runner/dotfiles
- emacs: |
emacs --debug-init --batch -u $USER
- zsh: |
$(chezmoi source-path)/ci/test_zsh.sh
# These are both broken
# - emacs: |
# emacs --debug-init --batch -u $USER
# - zsh: |
# $(chezmoi source-path)/ci/test_zsh.sh
- mirror: |
cd dotfiles
git push --force --mirror [email protected]:code-runner/dotfiles.git
Expand Down

0 comments on commit a1a844f

Please sign in to comment.