-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broken revision information in the bot backend #28
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|