Secrets test 12
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jacob Kiers 2022-08-10 22:38:48 +00:00
parent b756f12573
commit b9d0999b4f
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ steps:
path: /var/run
commands:
- cargo check
- echo "docker login --username \$DOCKER_USERNAME --password \$DOCKER_PASSWORD \$DOCKER_REGISTRY" > login.sh && sh ./login.sh
- echo ${CARGO_HOME}
- ls -lah && rev reg
- set
@ -22,7 +21,7 @@ steps:
- 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
- apt-get update && apt-get install -y docker-ce-cli
- docker info
- docker login $(cat rer)
- echo 'docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD $DOCKER_REGISTRY' > login.sh && sh ./login.sh
# - cargo install cross --git https://github.com/cross-rs/cross
# - cross build --release --target aarch64-unknown-linux-gnu
# - ls -lahR target/