main/ should have a trailing slash.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-09-18 13:40:17 +02:00
parent ed9548a476
commit 10bf617261
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,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/bookworm/main/
- name: update-debian-oldstable-packages
image: python:3.9-bullseye
@ -352,7 +352,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/bullseye/main/
- name: update-pip-package
image: python:3.11-alpine