Skip to content

Commit

Permalink
release-2024.6.1-hotfix: fix production backend administration delive…
Browse files Browse the repository at this point in the history
…ry job
  • Loading branch information
f1sh1918 committed Jul 1, 2024
1 parent 9e1262a commit c39a01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,8 +1421,8 @@ workflows:
name: install_packages_to_server_production
production: true
requires:
- upload_administration_packages_to_server_staging
- upload_backend_packages_to_server_staging
- upload_administration_packages_to_server_production
- upload_backend_packages_to_server_production
when: << pipeline.parameters.run_deliver_production_backend_administration >>
delivery_beta_native:
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
context:
- credentials-ehrenamtskarte
requires:
- upload_administration_packages_to_server_staging
- upload_backend_packages_to_server_staging
- upload_administration_packages_to_server_production
- upload_backend_packages_to_server_production

0 comments on commit c39a01b

Please sign in to comment.