Skip to content

Commit

Permalink
Merge pull request #225 from cescoffier/fix-maven-configure
Browse files Browse the repository at this point in the history
Remove an old left-over attempting to run a missing configure script
  • Loading branch information
cescoffier authored Feb 5, 2023
2 parents ed9a76b + c8bd504 commit 8c90133
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions quarkus-native-s2i/src/main/resources/scripts/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@

set -ex

#############################################
# Configure maven - for a complete list of
# supported values, please refer the module.yaml
# file.
CONFIGURE_SCRIPTS=(
${APP_HOME}/.m2/configure-maven.sh
)
source ${APP_HOME}/.m2/configure.sh
#############################################

SRC_DIR=${SRC_DIR:-'/tmp/src/'}

cd $SRC_DIR
Expand Down

0 comments on commit 8c90133

Please sign in to comment.