diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 3907ef5..89d1a7a 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -22,11 +22,11 @@ pipeline: - offline_twatter_session_file environment: - SESSION_FILE_PATH="/tmp/Offline_Twatter.session" # Temp location, to be imported by the integration test - when: # At least one - - path: - - pkg/scraper/** - - cmd/** - - branch: v*.*.* + # when: # At least one + # - path: + # - pkg/scraper/** + # - cmd/** + # - branch: v*.*.* commands: - cd cmd - echo "$OFFLINE_TWATTER_SESSION_FILE" > $SESSION_FILE_PATH # Write the session file to temp location