fix(test): move entrypoint script to root directory

This commit is contained in:
orhun
2021-06-18 02:03:26 +03:00
parent f789518db8
commit 8d366d69d0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
COPY README.md / COPY README.md /
COPY LICENSE / COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"] ENTRYPOINT ["entrypoint.sh"]

View File

@@ -18,4 +18,4 @@ echo "$changelog"
echo "::set-output name=changelog::$changelog" echo "::set-output name=changelog::$changelog"
# Pass exit code to the next step # Pass exit code to the next step
echo ::set-output name=exit_code::$exit_code echo "::set-output name=exit_code::$exit_code"