Skip to content

Commit

Permalink
github: fix run attr in jenkins step
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Dec 3, 2019
1 parent e81e44b commit 2b57b57
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:
- name: Set RELEASE_VERSION
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
- name: Send notification to Jenkins
run:
curl -Ls -X GET -G https://jenkins-ci.archivematica.org/job/am-packbuild/job/rpm-jenkinsci/buildWithParameters \
-d "token=$JENKINS_TOKEN" \
-d "PACKAGE=enduro" \
-d "VERSION=$RELEASE_VERSION" \
-d "RELEASE=1" \
-d "PACKBUILD_BRANCH=dev/enduro-package" \
-d "REPOSITORY=nha"
run: curl -Ls -X GET -G https://jenkins-ci.archivematica.org/job/am-packbuild/job/rpm-jenkinsci/buildWithParameters -d "token=$JENKINS_TOKEN" -d "PACKAGE=enduro" -d "VERSION=$RELEASE_VERSION" -d "RELEASE=1" -d "PACKBUILD_BRANCH=dev/enduro-package" -d "REPOSITORY=nha"
env:
JENKINS_TOKEN: "${{ secrets.JENKINS_TOKEN }}"
RELEASE_VERSION: "${{ env.RELEASE_VERSION }}"
Expand Down

0 comments on commit 2b57b57

Please sign in to comment.