Getting fatal: Dirty repository: Having uncommitted changes. Exiting… in Pipelines with git ftp push
问题 I have a Pipelines setup with automatic processing/building of CSS files. Some of the time I get this error when doing git ftp push : fatal: Dirty repository: Having uncommitted changes. Exiting... bitbucket-pipelines.yml image: php:7.2.7 pipelines: branches: staging: - step: name: Deploy to staging deployment: staging script: - curl -sL https://deb.nodesource.com/setup_8.x | bash - - apt-get install -y nodejs - npm install - npm run build-css - apt-get update - apt-get -qq install git-ftp -