Fix Last Build
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 02:39:38 +02:00
parent 1f4ffffd36
commit a07ac366a2

4
Jenkinsfile vendored
View File

@ -20,8 +20,8 @@ pipeline {
branch 'main' branch 'main'
} }
steps { steps {
sh 'ls -la' sh 'mkdir -p dist'
//sh 'npm run compile' sh 'npm run compile'
} }
} }
stage('git push') { stage('git push') {