removes dead cert

This commit is contained in:
Hyatt 2024-01-20 12:17:29 -06:00
parent d7ab2d20ae
commit 4206974feb
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -118,7 +118,7 @@ sonar.go.coverage.reportPaths=cover.out
curl \
--silent \
--location \
--cacert <( printf '%s\\n' "\$(cat "${workspace}/test-chamber-13.lan.root.crt")" "\$(cat "${workspace}/test-chamber-13.lan.ret.root.crt")" ) \
--cacert <( printf '%s\\n' "\$(cat "${workspace}/test-chamber-13.lan.root.crt")" ) \
https://nexus.c.test-chamber-13.lan/repository/github-releases/jstemmer/go-junit-report/releases/download/v1.0.0/go-junit-report-v1.0.0-linux-amd64.tar.gz \
| tar -z -x -f - -C /usr/local/bin
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"