forgot to update dockerfile with new psb version
This commit is contained in:
parent
ef16ec5704
commit
2151143602
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ RUN cabal build
|
|||
|
||||
WORKDIR /github/workspace
|
||||
|
||||
RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.1.0.0/x/psb/build/psb/psb /mnt/psb
|
||||
RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.2.0.0/x/psb/build/psb/psb /mnt/psb
|
||||
|
||||
ENTRYPOINT ["/mnt/psb", "build"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue