Skip to content

Commit

Permalink
temporarily clone from item branch
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Jan 3, 2025
1 parent ff75aa3 commit c37b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/ariImportRunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add \
openssl \
openssl-dev \
libc6-compat
RUN git clone https://github.com/JiscSD/octopus /app
RUN git clone -b OC-926 --single-branch https://github.com/JiscSD/octopus /app
WORKDIR /app/api
RUN npm i
CMD ["npm", "run", "ariImport", "--", "dryRun=true", "reportFormat=email"]

0 comments on commit c37b4de

Please sign in to comment.