From 5f76a18713ca7d8794bdd36a4e2ceccc4b401bc9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 17 Aug 2020 14:18:32 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 81c0327..d7becb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,10 @@ steps: from_secret: harbor_username password: from_secret: harbor_password - environment: - DOCKER_CONTENT_TRUST: 1 - DOCKER_CONTENT_TRUST_SERVER: https://notary.spamasaurus.com - # DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: - # from_secret: harbor_repo_passphrase - # DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE: - # from_secret: harbor_root_passphrase \ No newline at end of file + # environment: + # DOCKER_CONTENT_TRUST: 1 + # DOCKER_CONTENT_TRUST_SERVER: https://notary.spamasaurus.com + # DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: + # from_secret: harbor_repo_passphrase + # DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE: + # from_secret: harbor_root_passphrase \ No newline at end of file