Skip to content
Snippets Groups Projects
Select Git revision
  • 907e845e709be2b460ea7cbf796e31ac8ffb2869
  • master default protected
2 results

ansible.cfg

Blame
  • README.md 1.49 KiB

    use as git subtree (preferred)

    add gitlab-ci to your extension

    git subtree add --prefix .Build/gitlab-ci https://git.slub-dresden.de/typo3/gitlab-ci.git main --squash

    add a .gitlab-ci.yml to your extension root, with this content

    include:
      - local: '.Build/gitlab-ci/extension-gitlab-ci.yml'

    pull from remote

    git subtree pull --prefix .Build/gitlab-ci https://git.slub-dresden.de/typo3/gitlab-ci.git main --squash

    push from remote

    git subtree push --prefix .Build/gitlab-ci https://git.slub-dresden.de/typo3/gitlab-ci.git main

    use from remote repository