File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 22---
33
44steps :
5-   # ################
6-   #  Build and Test
7-   # ################
8-   - group : 🧪 Build and Test" 
5+   - group : " :test_tube: Build and Test" 
96    key : test 
107    steps :
11-       - label : " 🧪  Build and Test using Ruby {{ matrix.ruby }}" 
8+       - label : " :test_tube:  Build and Test using Ruby {{ matrix.ruby }}" 
129        command : | 
1310          echo "--- :ruby: Using ruby {{ matrix.ruby }}" 
1411          export RBENV_VERSION={{ matrix.ruby }} 
@@ -31,17 +28,14 @@ steps:
3128        plugins :
3229          - $CI_TOOLKIT_PLUGIN 
3330        agents :
34-           queue : " mac" 
31+           queue : mac 
3532        matrix :
3633          setup :
3734            ruby :
3835              - $RUBY_VERSION 
3936
40-   # ################
41-   #  Push to RubyGems
42-   # ################
4337  - label : " :rubygems: Publish to RubyGems" 
44-     key : " gem-push" 
38+     key : gem-push 
4539    if : build.tag != null 
4640    depends_on :
4741     - test 
5448          image : " public.ecr.aws/docker/library/ruby:$RUBY_VERSION" 
5549          propagate-environment : true 
5650          environment :
57-             - " RUBYGEMS_API_KEY" 
51+             - RUBYGEMS_API_KEY 
5852    agents :
59-       queue : " default" 
53+       queue : default 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments