Temporarily change the user in the version bump test to pcmonk

This commit is contained in:
Alessio 2023-08-23 13:00:08 -03:00
parent d79433e323
commit 653e365ffd

View File

@ -19,9 +19,9 @@ pipeline:
image: offline-twitter/go image: offline-twitter/go
secrets: secrets:
- offline_twatter_passwd - offline_twatter_passwd
# when: # At least one when: # At least one
# path: pkg/scraper/** path: pkg/scraper/**
# branch: release-* branch: release-*
commands: commands:
- cd cmd - cd cmd
- ./tests.sh - ./tests.sh
@ -52,11 +52,11 @@ pipeline:
- twitter create_profile outdated_profile - twitter create_profile outdated_profile
- cd outdated_profile - cd outdated_profile
- twitter login offline_twatter "$OFFLINE_TWATTER_PASSWD" - twitter login offline_twatter "$OFFLINE_TWATTER_PASSWD"
- twitter fetch_user michaelmalice - twitter fetch_user pcmonk
- twitter --session Offline_Twatter get_user_tweets michaelmalice - twitter --session Offline_Twatter get_user_tweets pcmonk
- (cd ../cmd && ./compile.sh $version) - (cd ../cmd && ./compile.sh $version)
- which ../cmd/tw - which ../cmd/tw
- ../cmd/tw fetch_user michaelmalice - ../cmd/tw fetch_user pcmonk
dpkg_build_and_upload: dpkg_build_and_upload:
when: when: