diff --git a/README.md b/README.md index 82651c1..2e9d411 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # k-hubeau [![Latest Release](https://img.shields.io/github/v/tag/kalisio/k-hubeau?sort=semver&label=latest)](https://github.com/kalisio/k-hubeau/releases) -[![Build Status](https://app.travis-ci.com/kalisio/k-hubeau.svg?branch=master)](https://app.travis-ci.com/kalisio/k-hubeau) +[![ci](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml/badge.svg)](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml) A [Krawler](https://kalisio.github.io/krawler/) based service to download data from French open portal [Hub'Eau](https://hubeau.eaufrance.fr/) diff --git a/scripts/build.sh b/scripts/build.sh index 6cdfceb..dc526b3 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -20,7 +20,7 @@ while getopts "prv" option; do ;; r) # report outcome to slack load_env_files "$WORKSPACE_DIR/development/common/SLACK_WEBHOOK_JOBS.enc.env" - trap 'slack_ci_report "$ROOT_DIR" "$JOB_ID" "$?" "$SLACK_WEBHOOK_JOBS"' EXIT + trap 'slack_ci_report "$ROOT_DIR" "$JOB_ID $JOB_VARIANT" "$?" "$SLACK_WEBHOOK_JOBS"' EXIT ;; *) ;;