Skip to content

Commit

Permalink
Issue #3628: run the info actions only for otobo.web.dockerfile
Browse files Browse the repository at this point in the history
because the dumped files only exist in the images built by otobo.web.dockerfile
  • Loading branch information
bschmalhofer committed Jul 30, 2024
1 parent f4fd66d commit 618c54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,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: ${{ 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 618c54a

Please sign in to comment.