File tree Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1+ name : CD 
2+ on :
3+   push :
4+     branches : [master] 
5+     tags : ["*"] 
6+ jobs :
7+   deploy :
8+     runs-on : ubuntu-latest 
9+     steps :
10+       - uses : actions/checkout@v1 
11+       - uses : olafurpg/setup-scala@v2 
12+       - uses : olafurpg/setup-gpg@v2 
13+       - name : publish to sonatype 
14+         run : csbt ci-release 
15+         env :
16+           PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }} 
17+           PGP_SECRET : ${{ secrets.PGP_SECRET }} 
18+           SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }} 
19+           SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }} 
Original file line number Diff line number Diff line change 1- name : CI/CD  
1+ name : CI 
22on : [push] 
33jobs :
44  test :
2727name : run python tests 
2828        run : | 
2929          cd python 
30-           sh run-tests.sh 
31- deploy :
32-     if : contains(github.ref, 'master') 
33-     needs : test 
34-     runs-on : ubuntu-latest 
35-     steps :
36-       - uses : actions/checkout@v1 
37-       - uses : olafurpg/setup-scala@v2 
38-       - uses : olafurpg/setup-gpg@v2 
39-       - name : publish to sonatype 
40-         run : csbt ci-release 
41-         env :
42-           PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }} 
43-           PGP_SECRET : ${{ secrets.PGP_SECRET }} 
44-           SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }} 
45-           SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }} 
30+           sh run-tests.sh 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments