Skip to content

Commit

Permalink
Issue #3654: try to make complex condition work
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer authored and stefanhaerter committed Aug 1, 2024
1 parent 49cb0ff commit 8319b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# Show some files in the image just to check sanity.
# otobo_first_time hasn't run yet, so /opt/otobo is still empty
name: Info
if: steps.changes.outputs.context == 'true' && ${{ matrix.dockerfile == 'otobo.web.dockerfile' }}
if: ${{ steps.changes.outputs.context == 'true' && matrix.dockerfile == 'otobo.web.dockerfile' }}
run: |
docker run --rm -w /opt/otobo_install/otobo_next --entrypoint /bin/bash $otobo_ref -c "more git-repo.txt git-branch.txt git-commit.txt RELEASE | cat"
Expand Down

0 comments on commit 8319b0b

Please sign in to comment.