docker-common: remove login as it's done by CI

This makes more sense as local users wouldn't use this function anyway.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/24/head
Paul Spooren 2019-08-14 14:52:34 -10:00
parent 86a90d8755
commit ee1c7dad1b
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -e
[ -n "$DOCKER_USER" ] && [ -n "$DOCKER_PASS" ] && docker login -u "$DOCKER_USER" -p "$DOCKER_PASS"
set -ex
# LEDE Build System (LEDE GnuPG key for unattended build jobs)
curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/626471F1.asc' | gpg --import \