Add debugging line in CI

This commit is contained in:
Alessio 2024-08-19 14:55:58 -07:00
parent e699301e82
commit 27760db3a8

View File

@ -30,6 +30,7 @@ pipeline:
commands:
- cd cmd
- mkdir -p $(dirname $SESSION_FILE_PATH) # Make the temp directory...
- ls /tmp
- echo "$OFFLINE_TWATTER_SESSION_FILE" > $SESSION_FILE_PATH # ...and write the session file to temp location
- ./tests.sh