Try removing quotes

This commit is contained in:
Alessio 2024-08-19 14:58:53 -07:00
parent 27760db3a8
commit 8b54f0acab

View File

@ -21,7 +21,7 @@ pipeline:
# - offline_twatter_passwd
- offline_twatter_session_file
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
# - path:
# - pkg/scraper/**