You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g.logger.Errorf("BEWARE: The git clone directory is set to %s", input.CloneIntoDir)
83
+
g.logger.Errorf("This is probably not what you want, as the step could overwrite files in the directory.")
84
+
g.logger.Printf("To update the path, you have a few options:")
85
+
g.logger.Printf("1. Change the %s step input", colorstring.Cyan("clone_into_dir"))
86
+
g.logger.Printf("2. If not specified, %s defaults to %s. Check the value of this env var.", colorstring.Cyan("clone_into_dir"), colorstring.Cyan("$BITRISE_SOURCE_DIR"))
87
+
g.logger.Printf("3. When using self-hosted agents, you can customize %s and other important values in the %s file.", colorstring.Cyan("$BITRISE_SOURCE_DIR"), colorstring.Cyan("~/.bitrise/agent-config.yml"))
88
+
g.logger.Printf("If you are sure you want to proceed, you can set the %s env var to force the step to run.", colorstring.Cyan("BITRISE_GIT_CLONE_FORCE_RUN=true"))
0 commit comments