Skip to content

Commit

Permalink
[#1254] Explicitly disable fetching artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jan 4, 2024
1 parent 7328e8a commit c6816a6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ build_hooks_debs_arm64:
rules:
- when: on_success
needs:
- build_hooks
- job: build_hooks
artifacts: false
- unittest_hooks
script:
- rake hook:build_pkg
Expand All @@ -710,7 +711,8 @@ build_hooks_rpms_amd64:
rules:
- when: on_success
needs:
- build_hooks
- job: build_hooks
artifacts: false
- unittest_hooks
script:
- rake hook:build_pkg
Expand All @@ -728,7 +730,8 @@ build_hooks_rpms_arm64:
rules:
- when: on_success
needs:
- build_hooks
- job: build_hooks
artifacts: false
- unittest_hooks
script:
- rake hook:build_pkg
Expand All @@ -746,7 +749,8 @@ build_hooks_apks_amd64:
rules:
- when: on_success
needs:
- build_hooks
- job: build_hooks
artifacts: false
- unittest_hooks
script:
- rake hook:build_pkg
Expand All @@ -764,7 +768,8 @@ build_hooks_apks_arm64:
rules:
- when: on_success
needs:
- build_hooks
- job: build_hooks
artifacts: false
- unittest_hooks
script:
- rake hook:build_pkg
Expand Down

0 comments on commit c6816a6

Please sign in to comment.