Dummy commit to retrigger the build
This commit is contained in:
parent
b26e785277
commit
7edd0220b6
@ -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 New Issue
Block a user