Loading gitlab-sync.sh +5 −5 Original line number Diff line number Diff line Loading @@ -104,12 +104,12 @@ function maybe_create_group() { # Synchronize a Release for a project # $1: destination project ID # $2: source project ID # $1: source project ID # $2: destination project ID # $3: release tag name function sync_release() { dest_project_id=$1 src_project_id=$2 src_project_id=$1 dest_project_id=$2 tag_name=$3 log_info "Synchronizing release \\e[33;1m${tag_name}\\e[0m to project ID \\e[33;1m${dest_project_id}\\e[0m)" Loading Loading
gitlab-sync.sh +5 −5 Original line number Diff line number Diff line Loading @@ -104,12 +104,12 @@ function maybe_create_group() { # Synchronize a Release for a project # $1: destination project ID # $2: source project ID # $1: source project ID # $2: destination project ID # $3: release tag name function sync_release() { dest_project_id=$1 src_project_id=$2 src_project_id=$1 dest_project_id=$2 tag_name=$3 log_info "Synchronizing release \\e[33;1m${tag_name}\\e[0m to project ID \\e[33;1m${dest_project_id}\\e[0m)" Loading