Skip to content

Commit

Permalink
Broken revision information in the bot backend #28
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 22, 2024
1 parent 68ffaff commit f9a79f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get tags
run: git fetch --tags origin
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
Expand Down
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ WORKDIR /DEX

COPY . .

# TODO: Fix revision information [Broken revision information in the bot backend #28]
RUN git init && \
git config --global user.email "[email protected]" && \
git config --global user.name "CI" && \
git add . && \
git commit -m "Dummy commit"
RUN cabal update
RUN cabal build all --enable-tests --enable-benchmarks

Expand Down

0 comments on commit f9a79f1

Please sign in to comment.