-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I'm trying to enable the new local repository option implemented in #767, but I can still see that the repo is being cloned during the process instead of using what's already in the repo. Definitely I must be doing something wrong, but I fail to see what:
14:10:40 [Debug] Downloading <my-repo/my-branch> to: '/tmp/jfrog.cli.temp.-1738073440-266846563'
14:10:40 [Debug] Getting GitHub archive link to download
14:10:41 [Info] my-repo repository downloaded successfully. Starting with repository extraction...
14:10:41 [Info] Extracted repository successfully
14:10:41 [Debug] Repository download completed
14:10:41 [Info] Scanning source branch…
And this is the relevant envars specified in the action:
- uses: jfrog/frogbot@v2.24.1
env:
JFROG_CLI_LOG_LEVEL: "DEBUG"
JF_WORKING_DIR: "./pyspark"
JF_INSTALL_DEPS_CMD: "pip"
JF_USE_LOCAL_REPOSITORY: "TRUE"
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested