File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ commands:
5858          name : 🔀 Combining new docs with existing docs 
5959          command : | 
6060            cd /home/circleci/build 
61-             git clone --single-branch --branch master  [email protected] :${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo || git clone --single-branch --branch master  [email protected] :${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo 61+             git clone --single-branch --branch main  [email protected] :${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo || git clone --single-branch --branch main  [email protected] :${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo 6262            rsync -rtv ./ /tmp/repo/ --exclude '.git' 
6363       - run :
6464          name : 📑 Generating list of versions 
@@ -80,7 +80,7 @@ commands:
8080            git rm -fr cpac || rm -fr cpac || true  
8181            git rm -fr scripts/__pycache__ || rm -fr scripts/__pycache__ || true  
8282            git commit -m "$(cat /home/circleci/GITMESSAGE.txt)" --allow-empty 
83-             git push origin HEAD:master  -f 
83+             git push origin HEAD:main  -f 
8484            cd - 
8585   store-commit-message :
8686    steps :
@@ -151,7 +151,7 @@ jobs:
151151      - get-version 
152152      - prep-deploy 
153153      - run :
154-           name : 🔗 Replace links to `FCP-INDI/master ` with versioned links 
154+           name : 🔗 Replace links to `FCP-INDI/main ` with versioned links 
155155          command : | 
156156            cd /tmp/repo/ 
157157            python scripts/link_to_set_version.py ${BUILD_VERSION} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments