Skip to content

Commit

Permalink
Merge pull request #294 from cultuurnet/feature/III-6188
Browse files Browse the repository at this point in the history
Do not package the tests and docker related files
  • Loading branch information
willaerk authored Jun 21, 2024
2 parents b8dfd29 + 11f0da3 commit 7a7daa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/tasks/build_artifact.rake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ task :build_artifact do |task|

system("fpm -s dir -t deb -n #{artifact_name} -v #{version} -a all -p pkg \
-x '.git*' -x pkg -x lib -x Rakefile -x Gemfile -x Gemfile.lock \
-x .bundle -x Jenkinsfile -x vendor/bundle \
-x .bundle -x Jenkinsfile -x vendor/bundle -x contrib -x Makefile \
-x tests -x docker -x docker.md -x docker-compose.yml -x .php-cs-fixer.php \
-x phpcs.xml.dist -x phpstan.neon -x phpunit.xml.dist -x rector.php \
--prefix #{basedir} \
--config-files #{basedir}/config.yml \
--config-files #{basedir}/features.yml \
Expand Down

0 comments on commit 7a7daa5

Please sign in to comment.