follow woodpecker plugin env convention
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -5,6 +5,6 @@ COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
|
||||
ENV INPUT=.
|
||||
ENV OUTPUT=output
|
||||
CMD historian $INPUT --render-to $OUTPUT
|
||||
ENV PLUGIN_INPUT=.
|
||||
ENV PLUGIN_OUTPUT=output
|
||||
CMD historian $PLUGIN_INPUT --render-to $PLUGIN_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user