fix: rm cmd in publisher
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-19 14:16:46 +05:30
parent f205543c02
commit 4b1535848f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 1 deletions

View File

@ -8,4 +8,3 @@ WORKDIR /src
COPY --from=base /usr/local/bin/librepages .
COPY . .
RUN find
CMD ["/src/scripts/bin-publish.sh"]