Commit c9bd81c7 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[parser] fix zip file name

parent e4b72739
...@@ -97,7 +97,7 @@ parseFormat WOS bs = do ...@@ -97,7 +97,7 @@ parseFormat WOS bs = do
$ [runParser' WOS bs] $ [runParser' WOS bs]
pure $ Right docs pure $ Right docs
parseFormat ZIP bs = do parseFormat ZIP bs = do
path <- emptySystemTempFile "parsed-zip" path <- emptySystemTempFile "parsed.zip"
DB.writeFile path bs DB.writeFile path bs
parsedZip <- withArchive path $ do parsedZip <- withArchive path $ do
DM.keys <$> getEntries DM.keys <$> getEntries
......
...@@ -11,6 +11,7 @@ packages: ...@@ -11,6 +11,7 @@ packages:
docker: docker:
enable: false enable: false
#enable: true
repo: 'cgenie/stack-build:lts-18.12-garg' repo: 'cgenie/stack-build:lts-18.12-garg'
run-args: run-args:
- '--publish=8008:8008' - '--publish=8008:8008'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment