Skip to content

Commit

Permalink
directory change fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Aug 7, 2024
1 parent 9f13f30 commit 6ce2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_eks_docker_image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: |
mkdir -p ${{ inputs.artifacts_output_dir }}
cp -r ./scripts/aws/config-server/* ${{ inputs.artifacts_output_dir }}
cp -r ./scripts/aws/eks/pod/* ${{ inputs.artifacts_output_dir }}
cp -r ./scripts/aws/eks-pod/* ${{ inputs.artifacts_output_dir }}
ls -l ${{ inputs.artifacts_output_dir }}
- name: Check disk usage
Expand Down

0 comments on commit 6ce2a0a

Please sign in to comment.