Skip to content

Commit

Permalink
fix(docker): Dirty git status inside container
Browse files Browse the repository at this point in the history
    $ docker compose run --rm prunerr-devel git status

    On branch develop
    Your branch is ahead of 'origin/main' by 123 commits.
      (use "git push" to publish your local commits)

    Changes not staged for commit:
      (use "git add/rm <file>..." to update what will be committed)
      (use "git restore <file>..." to discard changes in working directory)
           "deleted:    var/media/Library/.gitignore

    no changes added to commit (use "git add" and/or "git commit -a")
  • Loading branch information
rpatterson committed May 5, 2023
1 parent fa5c9c7 commit 305f6d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GPG_SIGNING_KEYID=2EFF7CCE6828E359
CI_UPSTREAM_NAMESPACE=rpatterson
CI_PROJECT_NAME=prunerr
# Project-specific options:
export DOWNLOAD_VOLUME=$(CHECKOUT_DIR)/var/media/Library/
export DOWNLOAD_VOLUME=$(CHECKOUT_DIR)/var-docker/media/Library/
PRUNERR_CMD=exec
PRUNERR_ARGS=$(PRUNERR_CMD)

Expand Down
1 change: 1 addition & 0 deletions newsfragments/+broken-release.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Workaround the broken previous release not being published.
File renamed without changes.

0 comments on commit 305f6d9

Please sign in to comment.