We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479a399 commit 1378551Copy full SHA for 1378551
run-build-for-gh-deps.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+# TODO: This file is temporary and will be removed after testing
4
+
5
log() {
6
echo "=============================== $1 ==============================="
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
23
run_command "ls -l"
-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"
25
run_command "cd frontend-platform-temp" || exit
26
log "Current directory: $(pwd)"
27
run_command "cat package.json" || exit
0 commit comments