forked from platypush/platypush
Fixed upload path for the deb packages.
This commit is contained in:
parent
945fa9bd74
commit
e0da41e6ff
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ steps:
|
|||
- dpkg --build "$GIT_BUILD_DIR"
|
||||
|
||||
- echo "--- Pushing package to the S3 bucket"
|
||||
- aws s3 cp "$GIT_DEB" "$S3_URL/pool/$DEB_VERSION/dev/all/"
|
||||
- aws s3 cp "$GIT_DEB" "$S3_URL/pool/$DEB_VERSION/dev/"
|
||||
|
||||
###
|
||||
### Update the Debian (oldstable) packages
|
||||
|
@ -413,7 +413,7 @@ steps:
|
|||
- dpkg --build "$GIT_BUILD_DIR"
|
||||
|
||||
- echo "--- Pushing package to the S3 bucket"
|
||||
- aws s3 cp "$GIT_DEB" "$S3_URL/pool/$DEB_VERSION/dev/all/"
|
||||
- aws s3 cp "$GIT_DEB" "$S3_URL/pool/$DEB_VERSION/dev/"
|
||||
|
||||
###
|
||||
### Updates the APT repository after new packages have been pushed
|
||||
|
|
Loading…
Reference in a new issue