BUGFIX: Fix what must have been a very old bug, where the version bump test used 'offline-twitter-engine' instead of 'offline-twitter' as the 'old' version, effectively pinning it at v0.6.2

This commit is contained in:
Alessio 2024-12-11 11:07:35 -08:00
parent 0f7b7d74e2
commit eb6afa63a0

View File

@ -56,7 +56,7 @@ steps:
- curl https://apt.playfulpachyderm.com/KEY.gpg | sudo apt-key add -
- echo "deb https://apt.playfulpachyderm.com/ ./" | sudo tee /etc/apt/sources.list.d/offline_twitter.list
- sudo apt update
- sudo apt install -y offline-twitter-engine
- sudo apt install -y offline-twitter
- which twitter
- twitter create_profile outdated_profile
- cd outdated_profile