Skip to content
Snippets Groups Projects
Commit d491ac28 authored by Björn Brala's avatar Björn Brala
Browse files

For debugging add token

parent 215bed73
No related branches found
No related tags found
No related merge requests found
Pipeline #149211 passed
......@@ -116,6 +116,7 @@ prepare-data-testset:
- curl -LS -o artifacts/projects_source.tsv "${TSV_URL}"
- mv artifacts/projects_source.tsv artifacts/projects_full.tsv
- shuf -n 100 artifacts/projects_full.tsv > artifacts/projects_source.tsv
- cat artifacts/projects_full.tsv | grep token > artifacts/projects_source.tsv
- pushd project_analysis_utils && composer i --no-dev --no-interaction --no-progress && popd
- php project_analysis_utils/bin/process_projects artifacts/projects_source.tsv ${DRUPAL_CORE_VERSION} ${WORKSPACE_DIR}/phpstan-results/
- mv artifacts/projects_source.${DRUPAL_CORE_VERSION}.tsv artifacts/projects.tsv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment