Skip to content

Commit 8de8f7c

Browse files
committed
Removed SENZING_DIR env variable since using the defaults
1 parent 22561ae commit 8de8f7c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/csharp-linux-snippets.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: run csharp snippets
4646
env:
4747
LD_LIBRARY_PATH: "/opt/senzing/er/lib"
48-
SENZING_DATA_DIR: "/opt/senzing/data"
4948
run: |
5049
cd "${GITHUB_WORKSPACE}"/csharp/runner
5150
dotnet add SnippetRunner package Senzing.Sdk --version 4.0.0-beta

.github/workflows/java-linux-snippets.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
3838

3939
- name: build with Maven
40-
env:
41-
SENZING_DIR: "/opt/senzing/er"
4240
run: |
4341
cd "${GITHUB_WORKSPACE}"/java
4442
mvn clean package

0 commit comments

Comments
 (0)