make tar non-verbose
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
3b6652c617
commit
0f7b5a1225
|
@ -9,7 +9,7 @@ agent any
|
||||||
steps{
|
steps{
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm run build'
|
sh 'npm run build'
|
||||||
sh ' tar -C .next -cvf subman.tar.gz standalone '
|
sh ' tar -C .next -cf subman.tar.gz standalone '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('deploy'){
|
stage('deploy'){
|
||||||
|
|
Loading…
Reference in New Issue