Skip to content

Commit a36f7d6

Browse files
committed
Fix Lint errors
1 parent 11f624f commit a36f7d6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
FROM alpine:3.11.3
2-
3-
RUN apk update ;\
4-
apk add fp-compiler
1+
FROM cmplopes/alpine-freepascal:3.0.4
52

63
COPY docker-entrypoint.sh /
74
RUN chmod +x /docker-entrypoint.sh

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh -l
2-
result=$(fpc $1)
2+
result=$(fpc "$1")
33
echo ::set-output name=result::"$result"

0 commit comments

Comments
 (0)