Skip to content

Commit

Permalink
Merge pull request #9 from hermes-hmc/fixes-for-gitlab
Browse files Browse the repository at this point in the history
Fixes for gitlab
  • Loading branch information
led02 authored Oct 23, 2023
2 parents b3a83b8 + 81d1530 commit 65d08d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gitlab/hermes-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR), Forschungszentrum Jülich, Helmholtz-Zentrum Dresden-Rossendorf
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: CC0-1.0

# This template provides a set of template workflows that can be used to easily integrate
# the hermes workflow into your GitLab CI.
Expand Down Expand Up @@ -159,8 +159,9 @@
- *hermes_switch_branch
- hermes postprocess

# Put all changes into a merge request
# Put all changes into a merge request (all but .hermes-env)
- git add .
- git reset .hermes-env
- *hermes_create_merge_request
after_script:
- *hermes_cleanup_branches
Expand Down

0 comments on commit 65d08d4

Please sign in to comment.