Fix: -y
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian Zedler 2023-02-16 21:51:49 +01:00
parent df6104e8a4
commit ea9a5667e6
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 2 additions and 6 deletions

View File

@ -12,8 +12,4 @@ steps:
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
ref:
- refs/tags/v*
from_secret: docker_password

View File

@ -1,5 +1,5 @@
FROM rust:1.67
RUN apt update && \
apt install gcc-multilib && \
apt install -y gcc-multilib && \
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh