File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 9393          APP_ID : ${{ secrets.APP_ID }} 
9494          APP_KEY : ${{ secrets.APP_KEY }} 
9595          TENANT_ID : ${{ secrets.TENANT_ID }} 
96-           TEST_DATABASE : ${{ secrets.TEST_DATABASE }} 
97-   deploy :
98-     if : github.ref == 'refs/heads/master' 
99-     runs-on : ubuntu-latest 
100-     needs : e2e 
101-     steps :
102-       - uses : ruby/setup-ruby@v1 
103-         with :
104-           ruby-version : jruby 
105-           bundler-cache : true 
106-       - name : Checkout code 
107-         uses : actions/checkout@v2 
108-       - name : Get version 
109-         run : echo "::set-output name=VERSION::`cat logstash-output-kusto.gemspec | grep .version | cut -d \' -f2`" 
110-         id : get-version 
111-       - name : Get color 
112-         run : echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}" 
113-       - name : get version 
114-         run :
96+           TEST_DATABASE : ${{ secrets.TEST_DATABASE }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments