image: alpine/edge secrets: - 3f6a4bb6-d012-403b-9c70-fd6ba554dc4a sources: - git@git.sr.ht:~canasta/cnix environment: GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no tasks: - setup: | # This is for not having to cd into your for each task echo 'cd ' >> ~/.buildenv - check: | if [ "$(git rev-parse origin/main)" != "$(git rev-parse HEAD)" ]; then \ complete-build; \ fi - mirror: | git push --force --mirror git@github.com:cnsta/cnix.git