mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Update tar extraction command in Jenkinsfile
Changed the order of arguments in the tar extraction command to ensure correct file placement.
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ pipeline {
|
||||
sh """
|
||||
curl -fsSL -O "${HELM_DOWNLOAD_URL}";
|
||||
mkdir -p "${env.WORKSPACE}/${WS_BIN}";
|
||||
tar xfz -C "${env.WORKSPACE}/${WS_BIN}" *;
|
||||
tar xfz * -C "${env.WORKSPACE}/${WS_BIN}";
|
||||
ls -lah "${env.WORKSPACE}/${WS_BIN}/linux-amd64/helm";
|
||||
"""
|
||||
deleteDir()
|
||||
|
||||
Reference in New Issue
Block a user