Suat Köse (Hepsiburada/Bilgi Teknolojileri)
10/12/2023, 12:14 PMcanIDeploy:
stage: canIDeploy
before_script:
- apk add bash
- apk add curl
needs:
- test
script:
- curl -fsSL <https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh> | PACT_CLI_VERSION=v2.0.7 bash
- ./pact/bin/pact-broker can-i-deploy --pacticipant Foo --latest
tags:
- k8s
Yousaf Nabi (pactflow.io)
Suat Köse (Hepsiburada/Bilgi Teknolojileri)
10/12/2023, 12:23 PMYousaf Nabi (pactflow.io)