Skip to content

Commit d547652

Browse files
authored
Debug: list the content of dynamic-plugins/dist/*
1 parent 091a2ef commit d547652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/install-dynamic-plugins.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ def wait_for_lock_release(lock_file_path):
251251

252252
def main():
253253

254+
255+
subprocess.run('ls ./dynamic-plugins/dist/*', shell=True)
256+
254257
dynamicPluginsRoot = sys.argv[1]
255258

256259
lock_file_path = os.path.join(dynamicPluginsRoot, 'install-dynamic-plugins.lock')

0 commit comments

Comments
 (0)