Skip to content

Commit

Permalink
remove default pom from executar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hunkom committed Aug 1, 2023
1 parent 7830d91 commit b765368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ python /opt/gatling/bin/minio_additional_files_reader.py
python /opt/gatling/bin/downsampling.py -t $test_type -s $simulation_name -b ${build_id} -l ${lg_id} ${_influx_host} -p ${influx_port} -idb ${gatling_db} -en ${env} ${_influx_user} ${_influx_password} &

cp /opt/gatling/conf/logback.xml /opt/gatling/src/test/resources/logback.xml
cp /opt/gatling/conf/pom.xml /opt/gatling/pom.xml

if [[ -z "${JVM_ARGS}" ]]; then
export JVM_ARGS="-Xms1g -Xmx1g"
Expand Down

0 comments on commit b765368

Please sign in to comment.