Skip to content

Commit

Permalink
Fix delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefanie committed Mar 27, 2024
1 parent 33e8e0f commit 1e1c155
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 - [email protected]:/srv/local-apt-repository/ \<<< "put -r /home/circleci/attached_workspace/debs/<< parameters.bundle >>/*.deb"
Expand All @@ -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 - [email protected]:/srv/local-apt-repository/ \<<< "put -r /home/circleci/attached_workspace/debs/<< parameters.bundle >>/*.deb"
Expand All @@ -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
Expand Down

0 comments on commit 1e1c155

Please sign in to comment.