Skip to content

Commit ae50a03

Browse files
author
Patrick Qian
authored
Merge pull request #3875 from hove-io/remove_push_to_jenkins
[CI] Remove jenkins
2 parents a871e98 + fa93cf5 commit ae50a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_navitia_packages_for_release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ jobs:
5555
run: |
5656
echo '{"text":":warning: Github Actions: build_navitia_packages_for_release failed ! (https://github.com/hove-io/navitia/actions?query=workflow%3A%22Build+Navitia+Packages+For+Release%22). Navboys, this is a release alert !!!"}' | http --json POST ${{secrets.SLACK_NAVITIA_CORE_TEAM_URL}}
5757
58-
- name: trig publishing + notifications (the job has successed)
58+
- name: notifications (the job has successed)
5959
if: success() && matrix.distribution == 'debian8'
6060
run: |
61-
http --ignore-stdin -v -f --verify no POST https://${{secrets.JENKINS_NG_TOKEN}}@jenkins-core.canaltp.fr/job/publish-navitia-packages/buildWithParameters PLATFORM=navitia_debian8_packages
6261
version_number=$(head -n 1 debian/changelog | cut -d'(' -f 2 | cut -d')' -f 1)
6362
echo '{"text":":information_source: Navitia Github Actions: build_navitia_packages_for_release succeded -' $version_number 'navitia debian packages are available"}' | http --json POST ${{secrets.SLACK_NAVITIA_CORE_TEAM_URL}}
6463
echo '{"text":":octopus: Navitia Release: The version' $version_number 'is available. changelog: https://github.com/hove-io/navitia/releases/tag/v'$version_number'"}' | http --json POST ${{secrets.SLACK_NAVITIA_URL}}

0 commit comments

Comments
 (0)