Skip to content

Commit

Permalink
correcting the repo dir for kitchensink
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <saveetha13@gmail.com>
  • Loading branch information
savitharaghunathan committed Feb 21, 2024
1 parent 25d56f2 commit 0d9f704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/fetch_analyze_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
sample_source_apps = {
"eap-coolstore-monolith": "sample_repos/eap-coolstore-monolith",
"ticket-monster": "sample_repos/ticket-monster",
"kitchensink": "sample_repos/kitchensink",
"kitchensink": "sample_repos/kitchensink/kitchensink",
"helloworld-mdb": "sample_repos/helloworld-mdb",
"bmt": "sample_repos/bmt",
"cmt": "sample_repos/cmt",
Expand All @@ -50,7 +50,7 @@
sample_target_apps = {
"eap-coolstore-monolith": "sample_repos/eap-coolstore-monolith",
"ticket-monster": "sample_repos/ticket-monster",
"kitchensink": "sample_repos/kitchensink",
"kitchensink": "sample_repos/kitchensink/kitchensink",
"helloworld-mdb": "sample_repos/helloworld-mdb",
"bmt": "sample_repos/bmt",
"cmt": "sample_repos/cmt",
Expand All @@ -71,7 +71,6 @@ def fetch_sample_apps():
os.chdir(f"sample_repos/{repo}")
if repos[repo][1] is not None:
os.system(f"git checkout {repos[repo][1]}") # trunk-ignore(bandit)
print(f"Current working directory: {os.getcwd()}")
os.chdir("../../")

# perform analysis
Expand Down

0 comments on commit 0d9f704

Please sign in to comment.