Skip to content

Commit

Permalink
Merge pull request #13 from Hydrospheredata/master
Browse files Browse the repository at this point in the history
Test Release
  • Loading branch information
Zajs authored Sep 18, 2017
2 parents 4b21a4a + 1cc3463 commit 8a966bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ node("JenkinsOnDemand") {

def releaseInfo=createReleaseInGithub(gitCredentialId, organization, repository,curVersion,tagComment)
def props = readJSON text: "${releaseInfo}"
sh "cd ${repository} && zip -r release-${curVersion}.zip . && cd .."
def releaseFile="${repository}/release-${curVersion}.zip"
zip archive: true, dir: "${repository}", glob: "", zipFile: "release-${curVersion}.zip"
def releaseFile="release-${curVersion}.zip"
uploadRelease(gitCredentialId, organization, repository, curVersion, props.id, releaseFile)
}
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2-SNAPSHOT
0.0.3-SNAPSHOT

0 comments on commit 8a966bd

Please sign in to comment.