From 4261afd7f27b8b4978c506491b96ff4987aed9df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 9 Aug 2022 14:46:40 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e714b2..b308980 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,8 +21,6 @@ test-job:
     # make sure that Ansible Vaults are present and can be decrypted
     - echo "${VAULT_REPORTING}" > ../lza_reporting.pass
     - echo "${VAULT_INSTALL_COMMON}" > ../lza_install_common.pass
-    - cat ../lza_reporting.pass
-    - cat ../lza_install_common.pass
     - export ANSIBLE_VAULT_IDENTITY_LIST="../lza_reporting.pass, ../lza_install_common.pass"
     - rm -rf ../ansible_vaults/
     - git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \
-- 
GitLab