Skip to content
Snippets Groups Projects
Commit ef27db97 authored by dam1n19's avatar dam1n19
Browse files

Changes for CI

parent 41acc54f
No related branches found
No related tags found
No related merge requests found
Pipeline #10149 failed
...@@ -63,8 +63,8 @@ if [ ! -f $SOCLABS_PROJECT_DIR/.socinit ]; then ...@@ -63,8 +63,8 @@ if [ ! -f $SOCLABS_PROJECT_DIR/.socinit ]; then
echo "Running First Time Repository Initialisation" echo "Running First Time Repository Initialisation"
# Source environment variables for all submodules # Source environment variables for all submodules
cd $SOCLABS_DESIGN_ROOT cd $SOCLABS_DESIGN_ROOT
echo "1" echo $SOCLABS_DESIGN_ROOT
git submodule update --remote --recursive git submodule update --recursive
echo "2" echo "2"
python3 $SOCLABS_SOCTOOLS_FLOW_DIR/bin/subrepo_checkout.py -b proj-branch -t $SOCLABS_DESIGN_ROOT python3 $SOCLABS_SOCTOOLS_FLOW_DIR/bin/subrepo_checkout.py -b proj-branch -t $SOCLABS_DESIGN_ROOT
echo "3" echo "3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment