Skip to content

Commit

Permalink
Set default branch name for empty stub-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 1, 2023
1 parent 363db69 commit d3e7ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/code.org.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ RUN \
#
# We don't copy in .git (huge), but `bundle exec rake install` references .git in
# a couple places, like git hooks, and fails without it, create a blank .git for now
git init --quiet && \
git init -b staging --quiet && \
true

# NOTE: `COPY --link` has been disabled in Docker 24 due to a bug in moby
Expand Down

0 comments on commit d3e7ff0

Please sign in to comment.