This commit is contained in:
hiondal 2025-02-18 05:18:26 +09:00
parent f0526b281b
commit d153904f4e

View File

@ -119,7 +119,8 @@ testcontainers.reuse.enable=true'''
sh """
rm -rf lifesub-manifest
git clone https://oauth2:${GIT_PASSWORD}@github.com/${manifestRepo}.git
#git clone https://oauth2:${GIT_PASSWORD}@github.com/${manifestRepo}.git
git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${manifestRepo}.git
"""
dir('lifesub-manifest') {