Skip to content

Commit

Permalink
Job artifact-upload needs package, not e2e (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Nov 9, 2021
1 parent 31740c4 commit 0e71a67
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 @@ -78,7 +78,7 @@ artifact-upload:
image: amazon/aws-cli
stage: upload
needs:
- job: e2e
- job: package
artifacts: true
rules:
- if: $CI_COMMIT_TAG
Expand Down

0 comments on commit 0e71a67

Please sign in to comment.