Skip to content

Commit

Permalink
Fix bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Aug 15, 2024
1 parent 3e5706a commit dae691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Get version.json directory
run: |
dockerfile_dir=$(dirname ${{ inputs.dockerfile }})
for path in "$dockerfile_dir/version.json" "$dockerfile_dir/../../version.json"; do
for path in "$dockerfile_dir/version.json" "$dockerfile_dir/../version.json"; do
echo Checking $path
if test -f $path; then
echo Found version.json at $path
Expand Down

0 comments on commit dae691d

Please sign in to comment.