Dummy commit to retrigger the build

This commit is contained in:
Ana Gelez 2020-07-15 12:45:45 +02:00
parent b26e785277
commit 7edd0220b6

View File

@ -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