Comment out install of Tea-Cli
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
This commit is contained in:
parent
af4c8c0d68
commit
04a87313a2
@ -5,9 +5,9 @@ RUN groupadd -g 281 docker
|
||||
RUN usermod -aG docker jenkins
|
||||
|
||||
# Install tea
|
||||
RUN apt-get update && apt-get install -y git make golang
|
||||
RUN git clone https://gitea.com/gitea/tea.git
|
||||
RUN cd tea && make && make install
|
||||
# RUN apt-get update && apt-get install -y git make golang
|
||||
# RUN git clone https://gitea.com/gitea/tea.git
|
||||
# RUN cd tea && make && make install
|
||||
|
||||
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user