Skip to content

Commit c96a522

Browse files
[CI] Move premerge buildbot script to annotated builders
This is where all of the other annotated builder scripts live, so move it over there. Reviewers: Keenuts, cmtice, lnihlen, dschuff, gburgessiv Pull Request: #537
1 parent 635040a commit c96a522

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

premerge/buildbot/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ COPY requirements.lock.txt /requirements.lock.txt
44
RUN pip3 install --break-system-packages -r /requirements.lock.txt && rm /requirements.lock.txt
55
RUN mkdir /app
66
WORKDIR /app
7-
COPY dispatch_job.py .
87
COPY startup.sh .
98
RUN chmod +x startup.sh
109
ENTRYPOINT /app/startup.sh

0 commit comments

Comments
 (0)