Change test file names to unstable

This commit is contained in:
kolaente 2021-02-10 19:59:53 +01:00
parent 37a4e1e658
commit 9ef17a6dbc
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 5 deletions

View File

@ -93,8 +93,8 @@ steps:
pull: true pull: true
commands: commands:
# Get the latest version # Get the latest version
- wget https://dl.vikunja.io/api/main/vikunja-main-linux-amd64-full.zip -q -O vikunja-latest.zip - wget https://dl.vikunja.io/api/unstable/vikunja-unstable-linux-amd64-full.zip -q -O vikunja-latest.zip
- unzip vikunja-latest.zip vikunja-main-linux-amd64 - unzip vikunja-latest.zip vikunja-unstable-linux-amd64
- name: test-migration-sqlite - name: test-migration-sqlite
image: kolaente/toolbox:latest image: kolaente/toolbox:latest
@ -106,7 +106,7 @@ steps:
VIKUNJA_LOG_DATABASE: stdout VIKUNJA_LOG_DATABASE: stdout
VIKUNJA_LOG_DATABASELEVEL: debug VIKUNJA_LOG_DATABASELEVEL: debug
commands: commands:
- ./vikunja-main-linux-amd64 migrate - ./vikunja-unstable-linux-amd64 migrate
# Run the migrations from the binary build in the step before # Run the migrations from the binary build in the step before
- ./vikunja migrate - ./vikunja migrate
when: when:
@ -125,7 +125,7 @@ steps:
VIKUNJA_LOG_DATABASE: stdout VIKUNJA_LOG_DATABASE: stdout
VIKUNJA_LOG_DATABASELEVEL: debug VIKUNJA_LOG_DATABASELEVEL: debug
commands: commands:
- ./vikunja-main-linux-amd64 migrate - ./vikunja-unstable-linux-amd64 migrate
# Run the migrations from the binary build in the step before # Run the migrations from the binary build in the step before
- ./vikunja migrate - ./vikunja migrate
when: when:
@ -145,7 +145,7 @@ steps:
VIKUNJA_LOG_DATABASE: stdout VIKUNJA_LOG_DATABASE: stdout
VIKUNJA_LOG_DATABASELEVEL: debug VIKUNJA_LOG_DATABASELEVEL: debug
commands: commands:
- ./vikunja-main-linux-amd64 migrate - ./vikunja-unstable-linux-amd64 migrate
# Run the migrations from the binary build in the step before # Run the migrations from the binary build in the step before
- ./vikunja migrate - ./vikunja migrate
when: when: