Skip to content

Commit

Permalink
Merge pull request #6 from Crow-EH/Crow-EH-patch-1
Browse files Browse the repository at this point in the history
minor change to test auto-merge set by human
  • Loading branch information
Crow-EH committed Sep 22, 2021
2 parents ee2185d + 2b96edc commit 6218bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "Starting ..." && \
echo "Install CI Helper" && \
curl -sSL https://github.com/rande/gitlab-ci-helper/releases/download/${CI_HELPER_VERSION}/alpine-amd64-gitlab-ci-helper -o /usr/bin/ci-helper && \
chmod 755 /usr/bin/ci-helper && \
echo "Done install CI Helper" && \
echo "Done install CI Helper!" && \

echo "Cleaning files!" && \
rm -rf /tmp/* /var/cache/apk/* && \
Expand Down

0 comments on commit 6218bb0

Please sign in to comment.