Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to copy files from branch to directory in pipeline script bash

vmunisamy May 25, 2021

Check the following code : 

 

image:  
namevmu/salesforcedockerimg
pipelines:  
branches:        
uat:      
step:          
deploymentUAT          
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

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events