From 6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f Mon Sep 17 00:00:00 2001 From: Konstantinos Smanis Date: Sat, 13 Feb 2021 09:39:41 +0200 Subject: Revert "Add debug statement to restore credentials" This reverts commit 39bec174246c6cc7124765674a846dcd65fe343b. RIP [u/larrythecow](https://hub.docker.com/u/larrythecow); long live [u/gentoocontainersci](https://hub.docker.com/u/gentoocontainersci). Signed-off-by: Konstantinos Smanis Signed-off-by: Alexys Jacob --- deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index f900278..48d3b0f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -8,10 +8,6 @@ fi # Split the TARGET variable into three elements separated by hyphens IFS=- read -r NAME ARCH SUFFIX <<< "${TARGET}" -# Used for restoring the creds -gpg --recv-keys 2B9FA4FE5F1DED14 -echo "${DOCKER_PASSWORD} -- ${DOCKER_USERNAME}" | gpg -o - --encrypt --armor --recipient 2B9FA4FE5F1DED14 - # Push built images docker push "${ORG}/${NAME}" -- cgit v1.2.3-65-gdbad