Kick CI to run integration test

This commit is contained in:
Alessio 2024-08-19 14:47:49 -07:00
parent 5d0fd63591
commit dda57b8117

View File

@ -22,11 +22,11 @@ pipeline:
- offline_twatter_session_file - offline_twatter_session_file
environment: environment:
- SESSION_FILE_PATH="/tmp/Offline_Twatter.session" # Temp location, to be imported by the integration test - SESSION_FILE_PATH="/tmp/Offline_Twatter.session" # Temp location, to be imported by the integration test
when: # At least one # when: # At least one
- path: # - path:
- pkg/scraper/** # - pkg/scraper/**
- cmd/** # - cmd/**
- branch: v*.*.* # - branch: v*.*.*
commands: commands:
- cd cmd - cd cmd
- echo "$OFFLINE_TWATTER_SESSION_FILE" > $SESSION_FILE_PATH # Write the session file to temp location - echo "$OFFLINE_TWATTER_SESSION_FILE" > $SESSION_FILE_PATH # Write the session file to temp location