make tar non-verbose
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
This commit is contained in:
parent
009433f483
commit
6ab29df9b6
|
@ -9,7 +9,7 @@ agent any
|
|||
steps{
|
||||
sh 'npm install'
|
||||
sh 'npm run build'
|
||||
sh ' tar -C .next -cvf subman.tar.gz standalone '
|
||||
sh ' tar -C .next -cf subman.tar.gz standalone '
|
||||
}
|
||||
}
|
||||
stage('deploy'){
|
||||
|
|
Loading…
Reference in New Issue