This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ FROM gitea.konchin.com/image/alpine:latest
|
||||
RUN apk --no-cache add --no-check-certificate yamllint
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/sh"]
|
||||
ENTRYPOINT ["/bin/sh"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
yamllint --list-files "${INPUT_CONTEXT}"
|
||||
yamllint "${INPUT_CONTEXT}"
|
||||
|
||||
Reference in New Issue
Block a user