Skip to content

Commit

Permalink
Fix CI reports (espressomd#4736)
Browse files Browse the repository at this point in the history
Fixes espressomd#4735

Description of changes:
- fix the URL in the GitHub CI report (new GitLab routing system)
  • Loading branch information
kodiakhq[bot] authored and jngrad committed May 26, 2023
1 parent f7800be commit 093eef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ESPResSo

[![GitLab CI](https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/badges/python/pipeline.svg)](https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/commits/python)
[![GitLab CI](https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/badges/4.2/pipeline.svg)](https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/commits/4.2)
[![codecov](https://codecov.io/gh/espressomd/espresso/branch/python/graph/badge.svg)](https://codecov.io/gh/espressomd/espresso)

This is the Molecular Dynamics software ESPResSo ("Extensible
Expand Down
2 changes: 1 addition & 1 deletion maintainer/gh_create_issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

URL="https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/pipelines/${CI_PIPELINE_ID}"
URL="https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/pipelines/${CI_PIPELINE_ID}"

curl -s "https://api.github.com/repos/espressomd/espresso/issues" \
-H "Accept: application/vnd.github.full+json" \
Expand Down
2 changes: 1 addition & 1 deletion maintainer/gh_post_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[ "${#}" -eq 1 ] || exit 1

GIT_COMMIT=$(git rev-parse HEAD)
URL="https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/pipelines/${CI_PIPELINE_ID}"
URL="https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/pipelines/${CI_PIPELINE_ID}"
STATUS="${1}"
curl "https://api.github.com/repos/espressomd/espresso/statuses/${GIT_COMMIT}" \
-H "Authorization: token ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit 093eef0

Please sign in to comment.