I have path my bucket S3
directoryA
|__folderA
|__folderB
|__DEST
I have bucket S3 with that directory, I can make pipeline at my repo to directoryA using
- LOCAL_PATH: $BITBUCKET_CLONE_DIR
- LOCAL_PATH: $(pwd)
- LOCAL_PATH: '.'
The question is, I wanna make pipeline at my repo to DEST and I have problem with env "LOCAL_PATH". I try to set
- LOCAL_PATH: $(pwd)/folderB/DEST
and gimme nothing. Any idea?
Hi Nur,
I'm having trouble understanding your question. Could you please show the exact build script you're having a problem with and then explain what you expect to happen and what is actually happening.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.