Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts - fix…
Browse files Browse the repository at this point in the history
…ed slack webhook for doc (#846) [build doc]
  • Loading branch information
claustres committed Apr 26, 2024
1 parent a5b3dc8 commit 0ecccb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ while getopts "pr:" OPT; do
;;
r) # report outcome to slack
CI_STEP_NAME=$OPTARG
load_env_files "$WORKSPACE_DIR/development/common/SLACK_WEBHOOK_JOBS.enc.env"
trap 'slack_ci_report "$ROOT_DIR" "$CI_STEP_NAME" "$?" "$SLACK_WEBHOOK_JOBS"' EXIT
load_env_files "$WORKSPACE_DIR/development/common/SLACK_WEBHOOK_LIBS.enc.env"
trap 'slack_ci_report "$ROOT_DIR" "$CI_STEP_NAME" "$?" "$SLACK_WEBHOOK_LIBS"' EXIT
;;
*)
;;
Expand Down

0 comments on commit 0ecccb7

Please sign in to comment.