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

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

View file

@ -303,7 +303,7 @@ steps:
Description: Universal command executor and automation hub. Description: Universal command executor and automation hub.
EOF EOF
- dpkg --build "$GIT_BUILD_DIR" - 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 - name: update-debian-oldstable-packages
image: debian:bullseye image: debian:bullseye
@ -366,7 +366,7 @@ steps:
Description: Universal command executor and automation hub. Description: Universal command executor and automation hub.
EOF EOF
- dpkg --build "$GIT_BUILD_DIR" - 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 - name: update-pip-package
image: python:3.11-alpine image: python:3.11-alpine
@ -401,7 +401,6 @@ steps:
depends_on: depends_on:
- update-arch-packages - update-arch-packages
- update-debian-stable-packages
- update-debian-oldstable-packages - update-debian-oldstable-packages
commands: commands: