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 c33a0b1 commit 18d1194
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/terraform-modules-oci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ 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 @@ -55,8 +54,5 @@ jobs:
run: |
ls -la
echo "${{ steps.prepare_tag.outputs.VERSION }}"
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 }}/**/terraform
# bash -x ./publish-oci.sh ${{ steps.prepare_tag.outputs.VERSION }}

0 comments on commit 18d1194

Please sign in to comment.