Skip to content

Commit 48424d0

Browse files
authored
Merge pull request #646 from contentstack/feature/workflow
PR break
2 parents 7d4dc6b + 15961bf commit 48424d0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/repo-sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ jobs:
144144
rsync -av --delete ../ui/ ./ui/
145145
rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
146146
rsync -av --delete ../upload-api/migration-sitecore/ ./upload-api/migration-sitecore/
147-
148-
# eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {}
149147
node remove-broken-imports.js
150148
151149
git add .

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import { getLogMessage } from '../utils/index.js';
1313
import customLogger from '../utils/custom-logger.utils.js';
1414
import { getSafePath } from '../utils/sanitize-path.utils.js';
1515

16-
17-
18-
1916
const append = 'a';
2017
const baseDirName = MIGRATION_DATA_CONFIG.DATA;
2118
const {

0 commit comments

Comments
 (0)