Skip to content

Commit

Permalink
[issue 1] - Removing useless git global config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Apr 5, 2023
1 parent 00e0b52 commit a40f217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/openshift-ci/build-root/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ RUN INSTALL_PKGS="git java-17-openjdk.x86_64 httpd-tools" && \
dnf install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
dnf clean all && \
touch /os-build-image && \
git config --system user.name fabiobrz && \
git config --system user.email [email protected]
touch /os-build-image

# Downloading and installing Maven
ARG MAVEN_VERSION=3.8.8
Expand Down

0 comments on commit a40f217

Please sign in to comment.