Missing the label sync?
Check the docs for more:
> https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-release-a-new-recipe-version
(Please let us know how you get on!)
@decentral1se I updated the label (and also the mariadb version) with the help of abra recipe upgrade and ´abra recipe sync`.
What confused me is that this updated the files in ~/.abra/recipes/worpdress. It could be nice to add a mode to use the current directory as the recipe directory.
@decentral1se I updated the label (and also the mariadb version) with the help of `abra recipe upgrade` and ´abra recipe sync`.
What confused me is that this updated the files in `~/.abra/recipes/worpdress`. It could be nice to add a mode to use the current directory as the recipe directory.
@p4u1 yeh that's true. we've mostly just been hacking on the recipes in ~/.abra cus that's what abra will deploy, especially when you use --chaos to test 🙃 I think changing default behaviour to cwd would probably trip up a couple of people by now and break workflows.
@p4u1 yeh that's true. we've mostly just been hacking on the recipes in `~/.abra` cus that's what `abra` will deploy, especially when you use `--chaos` to test 🙃 I think changing default behaviour to `cwd` would probably trip up a couple of people by now and break workflows.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Missing the label sync?
Check the docs for more:
(Please let us know how you get on!)
8b85320c3dto540d526914@decentral1se I updated the label (and also the mariadb version) with the help of
abra recipe upgradeand ´abra recipe sync`.What confused me is that this updated the files in
~/.abra/recipes/worpdress. It could be nice to add a mode to use the current directory as the recipe directory.@p4u1 yeh that's true. we've mostly just been hacking on the recipes in
~/.abracus that's whatabrawill deploy, especially when you use--chaosto test 🙃 I think changing default behaviour tocwdwould probably trip up a couple of people by now and break workflows.That's what I thought :) Having a flag to change the path to
cwdwould still be nice. I can create an issue for that.@p4u1 for what it's worth, I symlink
~/.abra/recipesto a project folder (~/Projects/Autonomic/CoopCloud/apps), which seems to work fine