Skip to content

Commit 90ca146

Browse files
committed
refactor: disable warn suppression
1 parent 2687d49 commit 90ca146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
3535
RUN codefresh components update --location components
3636

3737
# Node.js warnings must be suppressed to ensure that automations relying on exact output are not disrupted
38-
ENV NODE_NO_WARNINGS=1
38+
ENV NODE_NO_WARNINGS=0
3939
ENTRYPOINT ["codefresh"]

0 commit comments

Comments
 (0)