Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Jan 26, 2024
1 parent 986cf24 commit 5b091f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Trust 'greptimedb' repository
# To see why we need this, please refer to the comments in file docker/dev-builder/ubuntu/Dockerfile.
run: |
sudo git config --global --add safe.directory /greptimedb && \
sudo git config --system --add safe.directory /greptimedb
- uses: ./.github/actions/build-greptime-binary
with:
base-image: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion docker/dev-builder/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get -y purge python3.8 && \
# wildcard here. However, that requires the git's config files and the submodules all owned by the very same user.
# It's troublesome to do this since the dev build runs in Docker, which is under user "root"; while outside the Docker,
# it can be a different user that have prepared the submodules.
RUN git config --global --add safe.directory ‘*’
RUN git config --global --add safe.directory *

# Install Python dependencies.
COPY $DOCKER_BUILD_ROOT/docker/python/requirements.txt /etc/greptime/requirements.txt
Expand Down

0 comments on commit 5b091f1

Please sign in to comment.