Temporary build fix
This commit is contained in:
parent
02b6dbd07d
commit
37a4e1e658
1 changed files with 5 additions and 5 deletions
10
.drone1.yml
10
.drone1.yml
|
@ -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/unstable/vikunja-unstable-linux-amd64-full.zip -q -O vikunja-latest.zip
|
- wget https://dl.vikunja.io/api/main/vikunja-main-linux-amd64-full.zip -q -O vikunja-latest.zip
|
||||||
- unzip vikunja-latest.zip vikunja-unstable-linux-amd64
|
- unzip vikunja-latest.zip vikunja-main-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-unstable-linux-amd64 migrate
|
- ./vikunja-main-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-unstable-linux-amd64 migrate
|
- ./vikunja-main-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-unstable-linux-amd64 migrate
|
- ./vikunja-main-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:
|
||||||
|
|
Loading…
Reference in a new issue