Skip to content

Commit

Permalink
re-enable sr.ht build
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-coe-renner committed Aug 15, 2024
1 parent 9524779 commit d4c9c04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ sources:
environment:
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
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
- 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
- mirror: |
cd dotfiles
git push --force --mirror [email protected]:code-runner/dotfiles.git
Expand Down

0 comments on commit d4c9c04

Please sign in to comment.