Skip to content

Commit

Permalink
chore: fix link to preview server (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz authored Jan 21, 2024
1 parent 2fcf221 commit a8d819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
export $( cat build/ci.properties | xargs )
curl -d "token=${SLACK_TOKEN}" \
-d "text=*<${CIRCLE_PULL_REQUEST}|Circle-CI » Molgenis » Molgenis-emx2 » PR-${CIRCLE_PULL_REQUEST##*/} #${CIRCLE_BUILD_NUM}>*
PR Preview available on https://preview-emx2-pr-${CIRCLE_PULL_REQUEST##*/}.dev.molgenis.net" \
PR Preview available on https://preview-emx2-pr-${CIRCLE_PULL_REQUEST##*/}.dev.molgenis.org" \
-d "channel=C02AZDG6QQ7" \
-X POST https://slack.com/api/chat.postMessage
Expand Down

0 comments on commit a8d819f

Please sign in to comment.