mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-17 03:18:28 +00:00
Fix setting file permissions
This commit is contained in:
parent
53c3e3207f
commit
796ed176e3
1 changed files with 2 additions and 5 deletions
|
|
@ -9,9 +9,6 @@ LABEL version="2.0.1" \
|
||||||
com.github.actions.icon="check" \
|
com.github.actions.icon="check" \
|
||||||
com.github.actions.color="green"
|
com.github.actions.color="green"
|
||||||
|
|
||||||
|
COPY --chmod=755 entrypoint.sh /entrypoint.sh
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY --chmod=755 cleanup.sh /cleanup.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
|
||||||
COPY cleanup.sh /cleanup.sh
|
|
||||||
RUN chmod +x /cleanup.sh
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue