File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- #  Copyright (c) 2020  Gitpod GmbH. All rights reserved.
1+ #  Copyright (c) 2024  Gitpod GmbH. All rights reserved.
22#  Licensed under the GNU Affero General Public License (AGPL).
33#  See License.AGPL.txt in the project root for license information.
44FROM  gitpod/openvscode-server-linux-build-agent:focal-x64 as code_builder
@@ -75,12 +75,10 @@ RUN npm run gulp compile-build \
7575    && npm run gulp vscode-web-min-ci \
7676    && npm run gulp vscode-reh-linux-x64-min-ci
7777
78- #  RUN ls -l
79- 
8078#  config for first layer needed by blobserve
8179#  this custom urls will be then replaced by blobserve.
8280#  Check pkg/blobserve/blobserve.go, `inlineVars` method
83- RUN  cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
81+ RUN  cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm. html /vscode-web/index.html \
8482&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
8583&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g"  /vscode-web/index.html
8684
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments