Skip to content

Commit

Permalink
$PATH cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
alkk committed Aug 16, 2024
1 parent 1c5f410 commit 074e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/mock/site-defaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ config_opts['plugin_conf']['bind_mount_enable'] = True
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/cache/mock/m2-repo', '/m2-repo' ))
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/apache-maven-3.9.8', '/apache-maven-3.9.8'))

config_opts['environment']['PATH']= '/apache-maven-3.9.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
config_opts['environment']['PATH']= '/apache-maven-3.9.8/bin:/usr/sbin:/usr/bin:/sbin:/bin'

#config_opts['nosync'] = True

0 comments on commit 074e605

Please sign in to comment.