Update build file to use authenticated session to fetch a user (change from last release)
This commit is contained in:
parent
b5df0f3b5e
commit
0f7b7d74e2
@ -63,7 +63,7 @@ steps:
|
|||||||
# TODO: The CI server appears to have been IP-banned. Replacing login with session-file secret for now
|
# TODO: The CI server appears to have been IP-banned. Replacing login with session-file secret for now
|
||||||
# - twitter login offline_twatter "$OFFLINE_TWATTER_PASSWD"
|
# - twitter login offline_twatter "$OFFLINE_TWATTER_PASSWD"
|
||||||
- echo "$OFFLINE_TWATTER_SESSION_FILE" > Offline_Twatter.session # Write the session file
|
- echo "$OFFLINE_TWATTER_SESSION_FILE" > Offline_Twatter.session # Write the session file
|
||||||
- twitter fetch_user pcmonk
|
- twitter --session Offline_Twatter fetch_user pcmonk
|
||||||
- twitter --session Offline_Twatter get_user_tweets pcmonk
|
- twitter --session Offline_Twatter get_user_tweets pcmonk
|
||||||
- (cd ../cmd && ./compile.sh $version)
|
- (cd ../cmd && ./compile.sh $version)
|
||||||
- which ../cmd/tw
|
- which ../cmd/tw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user