Skip to content

Commit c63db8f

Browse files
refactor: replaced fe platform dist
1 parent d4d0e5b commit c63db8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run-build-for-gh-deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# TODO: This file is temporary and will be removed after testing
4+
35
log() {
46
echo "=============================== $1 ==============================="
57
}
@@ -19,7 +21,7 @@ log "Current directory: $(pwd)"
1921
run_command "rm -rf frontend-platform"
2022
run_command "mkdir frontend-platform" || exit
2123
run_command "ls -l"
22-
run_command "git clone -b Peter_Kulko/design-tokens-support --single-branch https://github.com/raccoongang/frontend-platform.git frontend-platform-temp"
24+
run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp"
2325
run_command "cd frontend-platform-temp" || exit
2426
log "Current directory: $(pwd)"
2527
run_command "cat package.json" || exit

0 commit comments

Comments
 (0)