File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
test-automation-docker-action
write-protection-docker-action Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM python:3.10.11-slim-bullseye
2
2
3
3
RUN apt update && apt install -y git curl && apt clean \
4
4
&& pip install --upgrade pip virtualenv \
5
- && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2 .0/customizable_continuous_integration-1.2 .0-py3-none-any.whl -o customizable_continuous_integration-1.2 .0-py3-none-any.whl \
6
- && pip install customizable_continuous_integration-1.2 .0-py3-none-any.whl \
7
- && rm customizable_continuous_integration-1.2 .0-py3-none-any.whl
5
+ && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.3 .0/customizable_continuous_integration-1.3 .0-py3-none-any.whl -o customizable_continuous_integration-1.3 .0-py3-none-any.whl \
6
+ && pip install customizable_continuous_integration-1.3 .0-py3-none-any.whl \
7
+ && rm customizable_continuous_integration-1.3 .0-py3-none-any.whl
8
8
9
9
ENTRYPOINT ["ci_cli" ]
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM python:3.10.11-slim-bullseye
2
2
3
3
RUN apt update && apt install -y git curl && apt clean \
4
4
&& pip install --upgrade pip virtualenv \
5
- && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2 .0/customizable_continuous_integration-1.2 .0-py3-none-any.whl -o customizable_continuous_integration-1.2 .0-py3-none-any.whl \
6
- && pip install customizable_continuous_integration-1.2 .0-py3-none-any.whl \
7
- && rm customizable_continuous_integration-1.2 .0-py3-none-any.whl
5
+ && curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.3 .0/customizable_continuous_integration-1.3 .0-py3-none-any.whl -o customizable_continuous_integration-1.3 .0-py3-none-any.whl \
6
+ && pip install customizable_continuous_integration-1.3 .0-py3-none-any.whl \
7
+ && rm customizable_continuous_integration-1.3 .0-py3-none-any.whl
8
8
9
9
COPY write-protection-pr.sh /usr/local/bin/
10
10
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " customizable_continuous_integration"
3
- version = " 1.2 .0"
3
+ version = " 1.3 .0"
4
4
description = " The CI automation project"
5
5
authors = [
" Ryan,Gao <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments