12345678910111213141516171819202122232425262728293031323334 |
- TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
- BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
- CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
- USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"
- DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"
- WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Open/sharix-open-webservice-running.git"
- LANDING="https://git.sharix-app.org/ShariX_Open/sharix-open-landing.git"
- TICKETS_BRANCH="master"
- BACKEND_BRANCH="unstable"
- CONFIG_BRANCH="master"
- USER_MODEL_BRANCH="master"
- WEBSERVICE_RUNNING_BRANCH="unstable"
- DESIGN_TEMPLATE_BRANCH="unstable"
- LANDING_BRANCH="module-figma"
- TEST_USERS=true
|