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