Skip to content

Commit 4537d43

Browse files
SK-2071: update publish package command
1 parent 03b08e4 commit 4537d43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/shared-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
json: ${{ secrets.TEST_CREDENTIALS_FILE_STRING }}
126126

127127
- name: Publish package
128-
run: mvn --batch-mode deploy -P ${{ inputs.profile }} -Dmaven.compiler.skip=true -Dmaven.javadoc.skip=true
128+
run: mvn --batch-mode deploy -P ${{ inputs.profile }} -Dmaven.javadoc.skip=true
129129

130130
env:
131131
SERVER_USERNAME: ${{ secrets.server-username }}

src/main/java/com/skyflow/vault/controller/DetectController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ private DeidentifyFileResponse pollForResults(String runId, Integer maxWaitTime)
209209

210210
}
211211

212-
213212
private static synchronized DeidentifyFileResponse parseDeidentifyFileResponse(DeidentifyStatusResponse response,
214213
String runId, String status) throws SkyflowException {
215214
DeidentifyFileOutput firstOutput = getFirstOutput(response);

0 commit comments

Comments
 (0)