Skip to content

Commit

Permalink
Fix up the annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Nov 20, 2024
1 parent 694cd31 commit 8f71fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/openshift-ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ testCloneGitRepoNoProjectExists() {
echo "======= [INFO] Project file /projects/${PROJECT_NAME}/${TEST_FILE_NAME} is NOT present. This is EXPECTED. ======="
}

# Test that the repository is cloned when a public repositoty, PAT, OAuth or SSH is configured
# Verify that a public repository is cloned without requiring PAT, OAuth, or SSH configuration.
# Verify that a public or private repository is cloned when PAT, OAuth, or SSH configuration is provided.
testCloneGitRepoProjectShouldExists() {
WS_NAME=$1
PROJECT_NAME=$2
Expand Down

0 comments on commit 8f71fe6

Please sign in to comment.