I am new to Pipelines. I am planning to setup CI with Salesforce and Bitbucket.
sfdx force:mdapi:retrieve -s -r mdapipkg -u DevHub -k mdapipkg/package.xml
3s+ sfdx force:mdapi:retrieve -s -r mdapipkg -u DevHub -k mdapipkg/package.xml
Retrieving source...
=== Result
Status:
Succeededjobid: 09S6F000004MTMjUAO
Wrote retrieve zip to /opt/atlassian/pipelines/agent/build/mdapipkg/unpackaged.zip.
I can successfully retrieve the components from the salesforce org, however it is getting stored in "/opt/atlassian/pipelines/agent/build/mdapipkg/unpackaged.zip". How do I Unzip and merge those files into my master branch folder?