File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,25 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - name : Determine Coordinate Reference Systems Repository
16- uses : frabert/replace-string-action@master
17- id : sf-repository
18- with :
19- pattern : ' proj-'
20- string : " ${{ github.repository }}"
21- replace-with : ' '
22- - name : Checkout Coordinate Reference Systems Repository
15+ - name : Checkout Repository
2316 uses : actions/checkout@v1
24- with :
25- repository : ${{ steps.sf-repository.outputs.replaced }}
26- ref : ${{ github.ref }}
27- - name : set up JDK 1.8
17+ - name : Set up JDK 1.8
2818 uses : actions/setup-java@v1
2919 with :
3020 java-version : 1.8
31- - name : Build & Install Coordinate Reference Systems
32- run : mvn -f ../coordinate-reference-systems-java clean install -DskipTests
33- - name : Checkout Repository
34- uses : actions/checkout@v1
3521 - name : Build
3622 run : mvn clean package -DskipTests
You can’t perform that action at this time.
0 commit comments