You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/25 02:28:13 UTC

[GitHub] [airflow] potiuk commented on pull request #14968: Fix Sphinx Issues with Docstrings

potiuk commented on pull request #14968:
URL: https://github.com/apache/airflow/pull/14968#issuecomment-806314774


   This is super strange. The root cause is that between one step and another looks like the yarn.lock and package.json are changed ! but nothing touches them really between the two (and it always worked fine)
   
   In another PR we see the same:
   
   https://github.com/apache/airflow/pull/14968/checks?check_run_id=2188403270#step:5:125
   
   ```
     Updated md5sum file /home/runner/actions-runner/_work/airflow/airflow/.build/master/3.6/CI/package.json.md5sum for /home/runner/actions-runner/_work/airflow/airflow/airflow/www/package.json.
     Updated md5sum file /home/runner/actions-runner/_work/airflow/airflow/.build/master/3.6/CI/yarn.lock.md5sum for /home/runner/actions-runner/_work/airflow/airflow/airflow/www/yarn.lock.
   ```
   
   And in the next step (same runner, same job):
   https://github.com/apache/airflow/pull/14968/checks?check_run_id=2188403270#step:6:86
   ```
     The md5sum changed for /home/runner/actions-runner/_work/airflow/airflow/airflow/www/package.json
     The md5sum changed for /home/runner/actions-runner/_work/airflow/airflow/airflow/www/yarn.lock
   ```
   
   
   
   
   
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org