Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Manuel Medina committed Dec 19, 2024
1 parent 9c58249 commit 4f1c0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelineIC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-d "visibility=public")
if [ "$create_response" -ne 201 ]; then
echo "¨Proyecto creado exitosamente (HTTP $create_response)."
echo "Proyecto creado exitosamente (HTTP $create_response)."
fi
echo "Estableciendo la rama [feature-jm] [main] como predeterminada..."
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
-Dsonar.organization=devsecops-jm \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=$TK_SONARCLOUD \
-Dsonar.branch.name=main
-Dsonar.branch.name=feature-jm
- name: Perform Branch Analysis
if: env.project_created == 'false'
Expand Down

0 comments on commit 4f1c0e1

Please sign in to comment.