Dummy commit to retrigger the build

This commit is contained in:
Ana Gelez
2020-07-26 16:28:03 +02:00
parent b26e785277
commit 7edd0220b6
+3 -1
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",
"cargo build --release --no-default-features --features=" + db + " -p plume-cli", "cargo build --release --no-default-features --features=" + db + " -p plume-cli",
"./script/generate_artifact.sh", "./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 // PIPELINE 6: upload the new PO templates (.pot) to Crowdin