mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: add missing '/' to DEPLOY_BASE_DIR variable
This commit is contained in:
parent
1c676d7394
commit
6ef0b8c4f2
@ -5,7 +5,7 @@ image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
|
|||||||
core to upgrade tests deploy:
|
core to upgrade tests deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
DEPLOY_DIRECTORY: "${DEPLOY_BASE_DIR}upgrade_tests/"
|
DEPLOY_DIRECTORY: "${DEPLOY_BASE_DIR}/upgrade_tests"
|
||||||
before_script: [] # no pipenv
|
before_script: [] # no pipenv
|
||||||
when: manual
|
when: manual
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -25,7 +25,7 @@ core to upgrade tests deploy:
|
|||||||
legacy to upgrade tests deploy:
|
legacy to upgrade tests deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
DEPLOY_DIRECTORY: "${DEPLOY_BASE_DIR}upgrade_tests/"
|
DEPLOY_DIRECTORY: "${DEPLOY_BASE_DIR}/upgrade_tests"
|
||||||
before_script: [] # no pipenv
|
before_script: [] # no pipenv
|
||||||
when: manual
|
when: manual
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user