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:
parent
0f7b7d74e2
commit
eb6afa63a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user