Secrets test 13
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jacob Kiers 2022-08-10 22:39:35 +00:00
parent b9d0999b4f
commit be2c6e2bdc
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ steps:
path: /var/run
commands:
- cargo check
- echo ${CARGO_HOME}
- ls -lah && rev reg
- set
- apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release
- mkdir -p /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" >> /etc/apt/sources.list.d/docker.list