From 56f49c0e5484bb3b55ab23b9bd873bed23d91f34 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:47:24 +0300 Subject: [PATCH] refactor: replaced fe platform dist --- run-build-for-gh-deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-build-for-gh-deps.sh b/run-build-for-gh-deps.sh index dc0db9036..e6518f4f6 100644 --- a/run-build-for-gh-deps.sh +++ b/run-build-for-gh-deps.sh @@ -1,5 +1,7 @@ #!/bin/bash +# TODO: This file is temporary and will be removed after testing + log() { echo "=============================== $1 ===============================" } @@ -19,7 +21,7 @@ log "Current directory: $(pwd)" run_command "rm -rf frontend-platform" run_command "mkdir frontend-platform" || exit 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" +run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp" run_command "cd frontend-platform-temp" || exit log "Current directory: $(pwd)" run_command "cat package.json" || exit