mirror of https://github.com/openwrt/docker.git
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
parent
86a90d8755
commit
ee1c7dad1b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue