Compare commits

..

No commits in common. "b79690779c714046335531b88623730b4dd5d22b" and "e8e9e246b651e1232a1b03e41e1b89a6fa1a8bbc" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,6 @@ steps:
trigger:
branch:
- *branch
- feature/*
event:
- custom

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL -o /tmp/warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0-pre-release/linux-aarch64.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/aarch64-linux.warp-packer \
&& install -D \
--mode=755 \
--owner=root \