fixes
This commit is contained in:
@@ -116,12 +116,13 @@ pipeline {
|
||||
)
|
||||
]) {
|
||||
sh '''
|
||||
set -euxo pipefail
|
||||
set -e
|
||||
|
||||
# Inject the secret cookies file into the workspace
|
||||
cp "$TIKTOK_COOKIES_FILE" tiktok_cookies.json
|
||||
|
||||
"${VENV_DIR}/bin/python" tiktok2bsky.py \
|
||||
. venv/bin/activate
|
||||
python3 tiktok2bsky.py \
|
||||
--tiktok-handle "$TIKTOK_JIJANTESFC_HANDLE" \
|
||||
--bsky-handle "$BSKY_JIJANTESFC_HANDLE" \
|
||||
--bsky-app-password "$BSKY_JIJANTESFC_APP_PASSWORD" \
|
||||
|
||||
Reference in New Issue
Block a user