Try fixing Jenkins.

This commit is contained in:
emil28092005
2026-01-18 01:48:00 +00:00
parent e67fb2ffe2
commit cce78fa8b3
Vendored
-3
View File
@@ -38,9 +38,6 @@ pipeline {
}
stage('Test') {
agent {
docker { image 'golang:1.25.5-alpine' }
}
steps {
sh '''
echo "Testing..."