From dda57b8117e0ea56897fd364f4c5dbc460ef608e Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 19 Aug 2024 14:47:49 -0700 Subject: [PATCH] Kick CI to run integration test --- .woodpecker/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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