Skip to content

Commit 631a6c3

Browse files
authored
Merge pull request #175 from zenmoto/ci_updates
Ci updates
2 parents 5ad4fa6 + ce54ff1 commit 631a6c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
java-version: 1.8
1717
server-username: MAVEN_USERNAME
1818
server-password: MAVEN_PASSWORD
19+
server-id: splunk-artifactory
1920
- name: build
2021
run: mvn -B package --file pom.xml
2122
- name: Create GitHub Release

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*~
33
.idea
44
target
5+
.vscode
56
*.iml
67
pom.xml.old
78
pom.xml.orig
@@ -14,4 +15,3 @@ TODOS
1415

1516
docs
1617
docs.zip
17-
.vscode/

0 commit comments

Comments
 (0)