removed private function description as it is no longer exported
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-06-11 11:02:47 +02:00
parent d4f1a90f87
commit 3f92b6fcaa
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ function e2eSingleRun() {
]
}));
}
e2eSingleRun.description = `Runs the e2e tests just once`;
e2e = gulp.series(docker, async function isBackendReady() {
const attempts = await backendStatus();