follow woodpecker plugin env convention
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-09-24 02:15:46 -05:00
parent 854869ee89
commit 9ae1022a21

View File

@@ -5,6 +5,6 @@ COPY . .
RUN cargo install --path . RUN cargo install --path .
ENV INPUT=. ENV PLUGIN_INPUT=.
ENV OUTPUT=output ENV PLUGIN_OUTPUT=output
CMD historian $INPUT --render-to $OUTPUT CMD historian $PLUGIN_INPUT --render-to $PLUGIN_OUTPUT