c34e1b9ade
Actions don't run in a shell, so in order to expand the environment variable it is necessary to wrap the command in a shell invocation. Signed-off-by: Nikola Forró <nforro@redhat.com>
22 lines
491 B
YAML
22 lines
491 B
YAML
upstream_package_name: go
|
|
downstream_package_name: golang
|
|
upstream_project_url: https://github.com/golang/go
|
|
specfile_path: golang.spec
|
|
upstream_tag_template: go{version}
|
|
actions:
|
|
changelog-entry:
|
|
- bash -c "echo - New release ${PACKIT_PROJECT_VERSION}"
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
- fedora-stable
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
- fedora-stable
|
|
|