Skip to content

Commit 9b10989

Browse files
committed
sync: update from private repo
1 parent ce9d0fe commit 9b10989

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ platform/config/scheduler.yaml
7272
manager
7373
nodemanager
7474
scheduler
75+
experiment

prepare_opensource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555

5656
echo "==> Checking for leftover secrets in tracked files ..."
5757
# Quick grep for obvious secret patterns in current HEAD
58-
SECRETS=$(git grep -l -i 'root@123\|REMOVED\|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ':!*.example' ':!prepare_opensource.sh' || true)
58+
SECRETS=$(git grep -l -i 'root@123\|AliRoot@123\|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ':!*.example' ':!prepare_opensource.sh' || true)
5959
if [ -n "$SECRETS" ]; then
6060
echo "WARNING: potential secrets found in these tracked files:"
6161
echo "$SECRETS"

sync_opensource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rsync -av --delete "${EXCLUDES[@]}" "$SRC/" "$DEST/"
101101
echo ""
102102
echo "==> Checking for potential secrets in synced files ..."
103103
cd "$DEST"
104-
SECRETS=$(git grep -l -i 'root@123\|REMOVED\|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ':!*.example' ':!prepare_opensource.sh' ':!sync_opensource.sh' || true)
104+
SECRETS=$(git grep -l -i 'root@123\|AliRoot@123\|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ':!*.example' ':!prepare_opensource.sh' ':!sync_opensource.sh' || true)
105105
if [ -n "$SECRETS" ]; then
106106
echo "WARNING: potential secrets found in these files:"
107107
echo "$SECRETS"

0 commit comments

Comments
 (0)