master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 12:23:32 -08:00
parent 02f0ce00c9
commit 93aa719d2c

View File

@ -41,6 +41,8 @@ pipeline {
}
stage('Check Pact Verifications') {
steps {
sh 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
sh 'curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.88.3/pact-1.88.3-linux-x86_64.tar.gz'
sh 'tar xzf pact-1.88.3-linux-x86_64.tar.gz'
dir('pact/bin') {