Skip to content

feat(spp): DOMA-12957 new model to track spp user actions (#7310) #9244

feat(spp): DOMA-12957 new model to track spp user actions (#7310)

feat(spp): DOMA-12957 new model to track spp user actions (#7310) #9244

Workflow file for this run

name: gitexporter
on:
schedule:
- cron: '10 */12 * * *'
push:
branches:
- 'main'
jobs:
gitexporter:
name: Gitexporter
runs-on: self-hosted
steps:
- name: Setup node environment
uses: actions/setup-node@v4
with:
node-version: 14.x
cache: 'npm'
- name: Checkout
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_DOCK_SERVER_PRIVATE_KEY }}
- name: Checkout source code
uses: actions/checkout@v4
with:
repository: 'open-condo-software/condo'
fetch-depth: 0
submodules: recursive
ssh-key: ${{ secrets.SSH_DOCK_SERVER_PRIVATE_KEY }}
path: ignore.gitexporter.source
ref: 'main'
- name: Checkout target code
uses: actions/checkout@v4
with:
repository: 'open-condo-software/open-condo-platform'
fetch-depth: 0
submodules: recursive
ssh-key: ${{ secrets.SSH_DOCK_SERVER_PRIVATE_KEY }}
path: ignore.gitexporter.target
ref: 'main'
- name: Force set repo format version to 0
run: |
for R in ignore.gitexporter.source ignore.gitexporter.target; do
echo "Before fix: $(git -C "$R" config --get core.repositoryformatversion)"
git -C "$R" config core.repositoryformatversion 0
echo "Now: $(git -C "$R" config --get core.repositoryformatversion)"
done
- name: gitexporter.sh
run: |
bash .github/workflows/gitexporter.sh ignore.gitexporter.source ignore.gitexporter.target