From 1e1c1550faf56aea3b5597267f86d87d4c8238f2 Mon Sep 17 00:00:00 2001 From: ztefanie Date: Wed, 27 Mar 2024 14:55:09 +0100 Subject: [PATCH] Fix delivery --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78c252a37..6f75bcdec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -782,7 +782,7 @@ jobs: steps: - run: command: | - mkdir /home/circleci/.ssh + mkdir -p /home/circleci/.ssh echo ${APT_FINGERPRINT_PRODUCTION} >> /home/circleci/.ssh/known_hosts echo "Uploading: " ~/attached_workspace/debs/<< parameters.bundle >>/*.deb sftp -b - ci@entitlementcard.tuerantuer.org:/srv/local-apt-repository/ \<<< "put -r /home/circleci/attached_workspace/debs/<< parameters.bundle >>/*.deb" @@ -796,7 +796,7 @@ jobs: steps: - run: command: | - mkdir /home/circleci/.ssh + mkdir -p /home/circleci/.ssh echo ${APT_FINGERPRINT_STAGING} >> /home/circleci/.ssh/known_hosts echo "Uploading: " /home/circleci/attached_workspace/debs/<< parameters.bundle >>/*.deb sftp -b - ci@entitlementcard-test.tuerantuer.org:/srv/local-apt-repository/ \<<< "put -r /home/circleci/attached_workspace/debs/<< parameters.bundle >>/*.deb" @@ -805,7 +805,6 @@ jobs: command: | curl https://webhook.entitlementcard-test.tuerantuer.org/hooks/install-<< parameters.bundle >>-$EAK_WEBHOOK name: Install package via webhook - - notify pack_administration: docker: - image: debian:11