Skip to content

Commit

Permalink
promote-config.yml: use testing-devel for next promotion
Browse files Browse the repository at this point in the history
We're disabling `next-devel` for now while it's in lockstep with
`testing-devel`.

xref: coreos/fedora-coreos-pipeline#343
  • Loading branch information
dustymabe committed May 25, 2021
1 parent b39f0bd commit ea14052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/promote-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
elif [ "${target_stream}" == testing ]; then
src_stream=testing-devel
elif [ "${target_stream}" == next ]; then
src_stream=next-devel
# promote from testing-devel while we are in lockstep
# https://github.com/coreos/fedora-coreos-pipeline/pull/343
src_stream=testing-devel
fi
echo "target_stream=${title%:*}" >> $GITHUB_ENV
echo "src_stream=${src_stream}" >> $GITHUB_ENV
Expand Down

0 comments on commit ea14052

Please sign in to comment.