mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +00:00
ci: remove release candidates deploy
It is not being used at the moment anyway.
This commit is contained in:
parent
07bd330d98
commit
141d9099f5
@ -135,73 +135,6 @@ release legacy fw btconly debug deploy:
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
|
||||
# Release candidates
|
||||
|
||||
rc core fw regular deploy:
|
||||
stage: deploy
|
||||
before_script: [] # no pipenv
|
||||
needs: ["core fw regular build"]
|
||||
script:
|
||||
- export DEPLOY_DIRECTORY="release_candidates/${CI_COMMIT_REF_NAME:8}/firmwares" # stripping 'release/'
|
||||
- export VERSION=$(./tools/version.sh core/embed/firmware/version.h)
|
||||
- export NAME="trezor-fw-regular-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
||||
- echo "Deploying to ${DEPLOY_DIRECTORY}/$NAME"
|
||||
- mkdir -p "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}"
|
||||
- rsync --delete -va $NAME "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}/$NAME"
|
||||
only:
|
||||
- /^release\//
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
rc core fw btconly deploy:
|
||||
stage: deploy
|
||||
before_script: [] # no pipenv
|
||||
needs: ["core fw btconly build"]
|
||||
script:
|
||||
- export DEPLOY_DIRECTORY="release_candidates/${CI_COMMIT_REF_NAME:8}/firmwares" # stripping 'release/'
|
||||
- export VERSION=$(./tools/version.sh core/embed/firmware/version.h)
|
||||
- export NAME="trezor-fw-btconly-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
||||
- echo "Deploying to ${DEPLOY_DIRECTORY}/$NAME"
|
||||
- mkdir -p "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}"
|
||||
- rsync --delete -va $NAME "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}/$NAME"
|
||||
only:
|
||||
- /^release\//
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
rc legacy fw regular deploy:
|
||||
stage: deploy
|
||||
before_script: [] # no pipenv
|
||||
needs: ["legacy fw regular build"]
|
||||
script:
|
||||
- export DEPLOY_DIRECTORY="release_candidates/${CI_COMMIT_REF_NAME:8}/firmwares" # stripping 'release/'
|
||||
- export VERSION=$(./tools/version.sh legacy/firmware/version.h)
|
||||
- export NAME="trezor-fw-regular-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
||||
- echo "Deploying to ${DEPLOY_DIRECTORY}/$NAME"
|
||||
- mkdir -p "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}"
|
||||
- rsync --delete -va $NAME "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}/$NAME"
|
||||
only:
|
||||
- /^release\//
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
rc legacy fw btconly deploy:
|
||||
stage: deploy
|
||||
before_script: [] # no pipenv
|
||||
needs: ["legacy fw btconly build"]
|
||||
script:
|
||||
- export DEPLOY_DIRECTORY="release_candidates/${CI_COMMIT_REF_NAME:8}/firmwares" # stripping 'release/'
|
||||
- export VERSION=$(./tools/version.sh legacy/firmware/version.h)
|
||||
- export NAME="trezor-fw-btconly-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
||||
- echo "Deploying to ${DEPLOY_DIRECTORY}/$NAME"
|
||||
- mkdir -p "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}"
|
||||
- rsync --delete -va $NAME "${DEPLOY_BASE_DIR}/${DEPLOY_DIRECTORY}/$NAME"
|
||||
only:
|
||||
- /^release\//
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
# Upgrade tests
|
||||
|
||||
upgrade tests core deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user