Temporarily swap out the user fetch in the version bump test because it's being fixed in this release (currently broken)

This commit is contained in:
Alessio 2024-11-06 22:29:52 -08:00
parent c746a85c8b
commit 3fbf1ea474

View File

@ -63,7 +63,7 @@ steps:
# 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"
- echo "$OFFLINE_TWATTER_SESSION_FILE" > Offline_Twatter.session # Write the session file
- twitter fetch_user pcmonk
- twitter fetch_tweet https://x.com/pcmonk/status/1826683684285808876 #fetch_user pcmonk
- twitter --session Offline_Twatter get_user_tweets pcmonk
- (cd ../cmd && ./compile.sh $version)
- which ../cmd/tw