Add debugging line in CI
This commit is contained in:
parent
e699301e82
commit
27760db3a8
@ -30,6 +30,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- cd cmd
|
- cd cmd
|
||||||
- mkdir -p $(dirname $SESSION_FILE_PATH) # Make the temp directory...
|
- 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
|
- echo "$OFFLINE_TWATTER_SESSION_FILE" > $SESSION_FILE_PATH # ...and write the session file to temp location
|
||||||
- ./tests.sh
|
- ./tests.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user