Skip to content

Commit

Permalink
debug fodler structure
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Mar 8, 2024
1 parent 379a466 commit e82e77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform-modules-oci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
id: prepare_tag
run: |
VERSION="${{ github.event.inputs.tag }}-${GITHUB_SHA::8}"
echo $GITHUB_REF
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF/refs\/tags\//}
fi
Expand All @@ -57,5 +58,5 @@ jobs:
ls -la "${{ inputs.organization_layer_name }}"
ls -la "${{ inputs.organization_layer_name }}/${{ inputs.team_name }}"
ls -la "${{ inputs.organization_layer_name }}/${{ inputs.team_name }}/${{ inputs.products_path }}"
ls -la "${{ inputs.organization_layer_name }}/${{ inputs.team_name }}/${{ inputs.products_path }}/**"
ls -la "${{ inputs.organization_layer_name }}/${{ inputs.team_name }}/${{ inputs.products_path }}/*"
# bash -x ./publish-oci.sh ${{ steps.prepare_tag.outputs.VERSION }}

0 comments on commit e82e77a

Please sign in to comment.