refactor: 🔇 Remove Debug check of User
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good

This commit is contained in:
2025-06-06 03:21:13 +02:00
parent 7fc26a9ac1
commit be6926acd4

View File

@ -12,7 +12,6 @@ RUN usermod -aG docker jenkins
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
#Install git lfs
RUN id
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
RUN apt-get install -y git-lfs
RUN git lfs install --system