File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,6 @@ linux_container_definition: &LINUX_CONTAINER_DEFINITION
3131    cpu : 3 
3232    memory : 8G 
3333
34- mend_container_definition : &MEND_CONTAINER_DEFINITION 
35-   eks_container :
36-     image : ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j21-latest 
37-     region : eu-central-1 
38-     cluster_name : ${CIRRUS_CLUSTER_NAME} 
39-     namespace : default 
40-     cpu : 4 
41-     memory : 2G 
42- 
4334win_vm_definition : &WINDOWS_VM_DEFINITION 
4435  env :
4536    JF_ALIAS : " jf" 
@@ -134,7 +125,7 @@ mend_scan_task:
134125    - build 
135126  #  run only on master and long-living branches
136127  only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*") 
137-   << : *MEND_CONTAINER_DEFINITION  
128+   << : *LINUX_CONTAINER_DEFINITION  
138129  env :
139130    WS_APIKEY : VAULT[development/kv/data/mend data.apikey] 
140131  << : *POETRY_INSTALL 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments