test
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 17:14:03 +02:00
parent 5a568ccfae
commit af1f654935

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
branch 'main'
}
steps {
echo $PWD
echo '$PWD'
sh 'npm clean-install'
}
}