Skip to content

Commit 851f211

Browse files
committed
Remove reporter
1 parent 98fe839 commit 851f211

File tree

2 files changed

+5
-49
lines changed

2 files changed

+5
-49
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ ENV USER=codewarrior \
2828
PATH=/opt/purescript:$PATH
2929

3030
RUN set -ex; \
31+
# TODO Properly package the reporter and install
32+
mkdir /tmp/reporter; \
33+
curl -fsSL https://github.com/codewars/purescript-spec-reporter-codewars/archive/refs/tags/v0.0.1.tar.gz | tar xz -C /tmp/reporter --strip-components=1; \
34+
mv /tmp/reporter/src/Test /workspace/src/Test; \
35+
rm -rf /tmp/reporter; \
3136
cd /workspace; \
3237
npm install; \
3338
# install packages

workspace/src/Test/Spec/Reporter/Codewars.purs

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)