Skip to content

Commit

Permalink
Fix artifact size for GitLab
Browse files Browse the repository at this point in the history
This fixes an accidentally commited change.
  • Loading branch information
dehesselle committed Apr 3, 2022
1 parent 8242c7d commit 6e4dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build:
# reduce artifact size, need to stay below 1 GiB
# https://docs.gitlab.com/ee/user/admin_area/settings/continuous_integration.html#maximum-artifacts-size
# find "\$PKG_DIR" -type f -delete
find "\$PKG_DIR" -type f -delete
# create toolset artifact
bash_d_include echo
Expand Down

0 comments on commit 6e4dd99

Please sign in to comment.