Skip to content
Snippets Groups Projects
Commit 19b607f8 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

added correct path

parent b174deb3
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,10 @@ node { ...@@ -39,10 +39,10 @@ node {
def pVersion = pom.version def pVersion = pom.version
def snapshot = pVersion.contains("SNAPSHOT") def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) { if (snapshot) {
doDebSnapshot(pName, 'target', pVersion, 'trusty') doDebSnapshot(pName, 'tgauth', pVersion, 'trusty')
} }
else { else {
// doDebRelease(pName, 'oaipmh-webapp/target', pVersion, 'trusty') // doDebRelease(pName, 'tgauth', pVersion, 'trusty')
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment