Skip to content

Commit 3fbc240

Browse files
committed
github workflow
1 parent 6cb44d9 commit 3fbc240

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)