Skip to content

Commit

Permalink
remove insidooooor log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Nov 20, 2023
1 parent 5f1b489 commit 7bb7d69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
# If there is a user submitted package name, use it
if [[ -n "${{ inputs.packageName }}" ]]; then
PACKAGE_NAME=$(echo "${{ inputs.packageName }}" | tr '[:upper:]' '[:lower:]')
echo "INSIDOOOOOR: $PACKAGE_NAME"
else
# Set the default package name to the repository name
PACKAGE_NAME=$REPO_NAME
Expand Down

0 comments on commit 7bb7d69

Please sign in to comment.