Skip to content

Commit

Permalink
add a line about cloning repository
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 16, 2024
1 parent 935dc21 commit 1bbd593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jhub_apps/spawner/spawner_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def get_args(self):

repository = self.user_options.get("repository")
if repository:
logger.info(f"repository found: {repository}")
logger.info(f"repository specified: {repository}")
# The repository will be cloned during spawn time to
# deploy the app from the repository.
command.args.extend([
f"--repo={repository.get('url')}",
f"--repofolder=/tmp/{self.name}",
Expand Down

0 comments on commit 1bbd593

Please sign in to comment.