🚧 ppn2ocr: Do not call workflow for now

pull/27/head
Gerber, Mike 5 years ago
parent 10f5198fa6
commit 05dbffeb7a

@ -149,11 +149,11 @@ ppn = sys.argv[1]
# From here, the magic happens # From here, the magic happens
self_dir = os.path.realpath(os.path.dirname(sys.argv[0])) self_dir = os.path.realpath(os.path.dirname(sys.argv[0]))
make_workspace(ppn, ppn) make_workspace(ppn, ppn)
subprocess.run([ # subprocess.run([
os.path.join(self_dir, 'run-docker-hub'), # os.path.join(self_dir, 'run-docker-hub'),
'-I', 'BEST', # '-I', 'BEST',
'--skip-validation' # '--skip-validation'
]) # ])
# TODO # TODO

Loading…
Cancel
Save