We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f522d8 commit 6c6d039Copy full SHA for 6c6d039
lib/tasks/build_artifact.rake
@@ -21,7 +21,7 @@ task :build_artifact do |task|
21
22
system("fpm -s dir -t deb -n #{artifact_name} -v #{version} -a all -p pkg \
23
--prefix /var/www/projectaanvraag-api \
24
- -x '.git*' -x pkg -x '*.dist.yml' -x Jenkinsfile \
+ -x '.git*' -x pkg -x '*.dist.yml' -x Jenkinsfile -x 'Gemfile*' -x 'docker*' \
25
--config-files /var/www/projectaanvraag-api/config.yml \
26
--config-files /var/www/projectaanvraag-api/user_roles.yml \
27
--config-files /var/www/projectaanvraag-api/integration_types.yml \
0 commit comments