mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
tests: store the deb and rpm artifacts
This commit is contained in:
@@ -45,6 +45,10 @@ jobs:
|
||||
root: /home/circleci/project
|
||||
paths:
|
||||
- build
|
||||
- store_artifacts:
|
||||
path: /home/circleci/project/build/dokku.deb
|
||||
- store_artifacts:
|
||||
path: /home/circleci/project/build/dokku.rpm
|
||||
docker-deploy-tests:
|
||||
executor: default
|
||||
steps:
|
||||
|
||||
@@ -47,6 +47,8 @@ build_dokku() {
|
||||
|
||||
echo "=====> build_dokku on CIRCLE_NODE_INDEX: $CIRCLE_NODE_INDEX"
|
||||
"${ROOT_DIR}/contrib/release-dokku" build
|
||||
cp "$(cat "${ROOT_DIR}/build/deb-filename")" "${ROOT_DIR}/build/dokku.deb"
|
||||
cp "$(cat "${ROOT_DIR}/build/rpm-filename")" "${ROOT_DIR}/build/dokku.rpm"
|
||||
}
|
||||
|
||||
install_dokku() {
|
||||
|
||||
Reference in New Issue
Block a user