forked from platypush/platypush
S3 directory structure now compatible with that of an apt repo.
This commit is contained in:
parent
2676d7babe
commit
9aad1a2c58
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue