File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 51
51
# than the COPR srpm build finishes.
52
52
- name : Wait for packit COPR build
53
53
run : |
54
+ exit 0
54
55
set -ex
55
56
PUSH_TIME=$(date --utc +%Y%m%d%H%M%S -d '${{ github.event.pull_request.head.repo.pushed_at }}')
56
57
COPR_NAME="${{ github.event.pull_request.base.user.login }}-${{ github.event.pull_request.base.repo.name }}-${{ github.event.number }}"
73
74
mkdir -p ~/.config/cockpit-dev
74
75
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/cockpit-dev/github-token
75
76
cmd_output=$(bots/tests-trigger --repo ${{ github.repository }} ${{ github.event.number }} fedora-rawhide-boot/anaconda-pr-${{ github.event.number }}@rhinstaller/anaconda-webui 2>&1)
76
- if echo "$cmd_output" | grep -q 'Override with --allow'; then
77
+ if echo "$cmd_output" | grep -qv 'Override with --allow'; then
77
78
sha="${{ needs.pr-info.outputs.sha }}"
78
79
url="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts"
79
80
Original file line number Diff line number Diff line change 45
45
# than the COPR srpm build finishes.
46
46
- name: Wait for packit COPR build
47
47
run: |
48
+ exit 0
48
49
set -ex
49
50
PUSH_TIME=$(date --utc +%Y%m%d%H%M%S -d '${{ github.event.pull_request.head.repo.pushed_at }}')
50
51
COPR_NAME="${{ github.event.pull_request.base.user.login }}-${{ github.event.pull_request.base.repo.name }}-${{ github.event.number }}"
67
68
mkdir -p ~/.config/cockpit-dev
68
69
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/cockpit-dev/github-token
69
70
cmd_output=$(bots/tests-trigger --repo ${{ github.repository }} ${{ github.event.number }} fedora-rawhide-boot/anaconda-pr-${{ github.event.number }}@rhinstaller/anaconda-webui 2>&1)
70
- if echo "$cmd_output" | grep -q 'Override with --allow'; then
71
+ if echo "$cmd_output" | grep -qv 'Override with --allow'; then
71
72
sha="${{ needs.pr-info.outputs.sha }}"
72
73
url="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts"
73
74
You can’t perform that action at this time.
0 commit comments