Skip to content

Commit e85fdab

Browse files
author
Rahul Kumar Yadav
committed
Merge branch 'one-click' of https://github.com/browserstack/enigma-public-central into one-click
2 parents 894cf26 + daa9a98 commit e85fdab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.env.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DOCKERIMAGE=DOCKER_FILE_PATH_HERE
2-
1+
DOCKERIMAGE=DOCKER_FILE_PATH_HERE

scripts/clone_access_modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
for url in urls:
1717
folder_name = url.split("/").pop()[:-4]
1818
folder_path = "./Access/access_modules/" + folder_name
19-
2019
try:
2120
Repo.clone_from(url, folder_path)
2221
# move all folders, not files in the cloned repo to the access_modules

0 commit comments

Comments
 (0)