You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,12 @@ jobs:
50
50
server-username: MAVEN_USERNAME
51
51
server-password: MAVEN_PASSWORD
52
52
- name: Publish package
53
-
run: mvn clean install deploy -Ppostgres # published version includes only the postgres drivers. Auditing module is not added to the published version.
53
+
run: |
54
+
# Setup SSH keys for SFTP
55
+
mkdir -p ~/.ssh
56
+
# add geo-solutions.it to known hosts to avoid prompts
0 commit comments