S3 directory structure now compatible with that of an apt repo.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-09-18 20:59:48 +02:00
parent 2676d7babe
commit 9aad1a2c58
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 3 deletions

View File

@ -303,7 +303,7 @@ steps:
Description: Universal command executor and automation hub.
EOF
- dpkg --build "$GIT_BUILD_DIR"
- aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bookworm/main/
- aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/dists/bookworm/main/all/
- name: update-debian-oldstable-packages
image: debian:bullseye
@ -366,7 +366,7 @@ steps:
Description: Universal command executor and automation hub.
EOF
- dpkg --build "$GIT_BUILD_DIR"
- aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bullseye/main/
- aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/dists/bookworm/main/all/
- name: update-pip-package
image: python:3.11-alpine
@ -401,7 +401,6 @@ steps:
depends_on:
- update-arch-packages
- update-debian-stable-packages
- update-debian-oldstable-packages
commands: