diff --git a/.woodpecker.yml b/.woodpecker.yml index c06da33..ac6bb43 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -35,19 +35,6 @@ pipeline: when: event: tag - todo: - image: node - secrets: - - api_key - commands: - - cd scripts - - npm install - - npm run build - - TOKEN=$API_KEY npm run start - # - python todo.py --token"$API_KEY" --commit "CI_COMMIT_REF" --pr "$CI_COMMIT_PULL_REQUEST" - when: - event: pull_request - rebuild-cache-with-filesystem: image: bash commands: