Skip to content

Commit

Permalink
[releng] Update capella archive extension in Jenkinsfile
Browse files Browse the repository at this point in the history
Change-Id: I27ceebc821e0c03c1cd5a964a2a4f9b8eb3b6c91
Signed-off-by: Sandu Postaru <[email protected]>
  • Loading branch information
sandupostaru authored and minhtutonthat committed Jan 13, 2021
1 parent babcbaa commit 333f491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ pipeline {
steps {
script {
def capellaURL = capella.getDownloadURL("${CAPELLA_BRANCH}", 'linux', '')
sh "curl -k -o capella.zip ${capellaURL}"
sh "unzip -q capella.zip"

sh "curl -k -o capella.tar.gz ${capellaURL}"
sh "tar xvzf capella.tar.gz"

}
}
Expand Down

0 comments on commit 333f491

Please sign in to comment.