mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 02:26:36 +00:00
Dummy commit to retrigger the build
This commit is contained in:
parent
b26e785277
commit
7edd0220b6
1 changed files with 3 additions and 1 deletions
|
@ -161,7 +161,9 @@ local Release(db) = cachedPipeline(
|
|||
"cargo build --release --no-default-features --features=" + db + " -p plume",
|
||||
"cargo build --release --no-default-features --features=" + db + " -p plume-cli",
|
||||
"./script/generate_artifact.sh",
|
||||
] + if db == "sqlite" then [ "./script/upload_test_environment.sh" ] else []
|
||||
] + if db == "sqlite" then
|
||||
[ "./script/upload_test_environment.sh" ] else
|
||||
[]
|
||||
);
|
||||
|
||||
// PIPELINE 6: upload the new PO templates (.pot) to Crowdin
|
||||
|
|
Loading…
Reference in a new issue