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
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