Check the following code :
image:
name: vmu/salesforcedockerimg
pipelines:
branches:
uat:
- step:
deployment: UAT
script:
- mkdir "src"
- cd "src"
- git diff-tree --no-commit-id --name-only -r $BITBUCKET_COMMIT
I am creating a folder in my working directory call "src", and trying to add only updated files from a commit. I have been able to get the name of the file but NOT the file itself to the directory
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here