Skip to content

Commit

Permalink
Merge pull request #5722 from camptocamp/c2cgeoportal-push
Browse files Browse the repository at this point in the history
Start branch 2.5
  • Loading branch information
sbrunner committed Apr 20, 2020
2 parents bccf5c2 + 21f52d6 commit 2f7d0c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30

env:
MAIN_BRANCH: master
MAIN_BRANCH: 2.5
CI: true
PATH: /bin:/usr/bin:/usr/local/bin:/home/runner/.local/bin
SUMMON_PROVIDER: /usr/local/bin/gopass
Expand Down Expand Up @@ -87,3 +87,11 @@ jobs:
if: github.repository == 'camptocamp/ngeo'
- run: buildtools/npm-publish
if: github.repository == 'camptocamp/ngeo'

- name: Notify c2cgeoportal
run: >
curl --request POST --header "Content-Type: application/json"
--header 'Accept: application/vnd.github.groot-preview+json'
--header "Authorization: token ${{ env.GITHUB_GOPASS_CI_TOKEN }}"
https://api.github.com/repos/camptocamp/c2cgeoportal/dispatches
--data '{"event_type": "ngeo_25_updated"}'

0 comments on commit 2f7d0c2

Please sign in to comment.