File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # TODO: This file is temporary and will be removed after testing
4
+
3
5
log () {
4
6
echo " =============================== $1 ==============================="
5
7
}
@@ -19,7 +21,7 @@ log "Current directory: $(pwd)"
19
21
run_command " rm -rf frontend-platform"
20
22
run_command " mkdir frontend-platform" || exit
21
23
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"
23
25
run_command " cd frontend-platform-temp" || exit
24
26
log " Current directory: $( pwd) "
25
27
run_command " cat package.json" || exit
You can’t perform that action at this time.
0 commit comments