WIP: Linting #128

Draft
valberg wants to merge 5 commits from linting into main
Owner
No description provided.
valberg added 1 commit 2022-11-26 08:56:37 +00:00
valberg added 1 commit 2022-11-26 09:48:24 +00:00
samsapti added 1 commit 2022-11-26 20:36:46 +00:00
samsapti added 1 commit 2022-11-26 20:40:29 +00:00
samsapti added 1 commit 2022-11-26 20:54:18 +00:00
samsapti changed title from Linting to WIP: Linting 2023-01-06 13:25:17 +00:00
Owner

This needs to be rebased onto main due to major changes since this was started.

This needs to be rebased onto `main` due to major changes since this was started.
This pull request has changes conflicting with the target branch.
  • group_vars/all/vars.yml
  • playbook.yml
  • roles/docker/defaults/main.yml
  • roles/docker/handlers/main.yml
  • roles/docker/tasks/main.yml
  • roles/docker/tasks/services.yml
  • roles/docker/tasks/services/codimd.yml
  • roles/docker/tasks/services/docker_registry.yml
  • roles/docker/tasks/services/drone.yml
  • roles/docker/tasks/services/gitea.yml
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b linting main
git pull origin linting

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff linting
git push origin main
Sign in to join this conversation.
No description provided.