Skip to content

Commit

Permalink
more config
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 9, 2023
1 parent 8991ea7 commit 90bcf00
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions contrib/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
settings:
extract_dir: ext
versions:
chezmoi: 2.42.2

preflight:
- task: Enable Docker repo (Debian|Ubuntu)
Expand All @@ -23,3 +25,22 @@ packages:
- docker-ce
- docker-ce-cli
- docker-compose-plugin

archives:
- url: https://github.com/twpayne/chezmoi/releases/download/v${version}/chezmoi_${version}_linux_amd64.tar.gz
name: chezmoi
unless:
cmd: chezmoi --version
post: split 2 | cut 1 | cut -1

tasks:
- task: Clone chezmoi
unless:
stat: ~/.local/share/chezmoi
steps:
- name: git
repo:
name: https://gitlab.com/femnad/chezmoi.git
dir: ~/.local/share/chezmoi
- name: cmd
cmd: ~/bin/chezmoi apply --force

0 comments on commit 90bcf00

Please sign in to comment.