attempt to fix git pull

This commit is contained in:
Hyatt 2022-11-19 07:24:56 -06:00
parent 2174e0311e
commit ca26ce756e
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -123,11 +123,6 @@ pipeline {
timeout: 2, timeout: 2,
], ],
], ],
userRemoteConfigs: [
[
credentialsId: "Gitea-Read-Only-Token",
],
],
]) ])
} }
} }