File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # TODO: This file is temporary and will be removed after testing
4+
35log () {
46 echo " =============================== $1 ==============================="
57}
@@ -19,7 +21,7 @@ log "Current directory: $(pwd)"
1921run_command " rm -rf frontend-platform"
2022run_command " mkdir frontend-platform" || exit
2123run_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"
2325run_command " cd frontend-platform-temp" || exit
2426log " Current directory: $( pwd) "
2527run_command " cat package.json" || exit
You can’t perform that action at this time.
0 commit comments