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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.