Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): typo in CI workflow #1771

Merged
merged 39 commits into from
Nov 9, 2023
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9f42608
added pr-request-review.yml
aali309 Aug 29, 2023
7e4fc76
fixed comments
aali309 Aug 30, 2023
448269b
added action/checkout
aali309 Aug 30, 2023
b0eb6cb
extracted removing label part
aali309 Aug 31, 2023
ef0b82d
label added & extracted removing the label part
aali309 Aug 31, 2023
7861b18
added new workflow file for removing label part
aali309 Aug 31, 2023
0208929
removed () on reviewers
aali309 Sep 1, 2023
1418d76
fixed flag
aali309 Sep 1, 2023
e26aacd
fixes
aali309 Sep 1, 2023
c28d22c
more fixes
aali309 Sep 1, 2023
7d150bf
more fixes
aali309 Sep 1, 2023
d518453
more fixes
aali309 Sep 1, 2023
2faab00
apply fixes
aali309 Sep 1, 2023
89ef4dc
test24
aali309 Sep 1, 2023
3074b1c
test24
aali309 Sep 1, 2023
0a44884
test25
aali309 Sep 1, 2023
d11da5b
test25
aali309 Sep 1, 2023
86e014a
test25
aali309 Sep 1, 2023
abe989e
test26
aali309 Sep 1, 2023
3d427c1
test26
aali309 Sep 1, 2023
b7ed6be
test29
aali309 Sep 1, 2023
827111f
test30
aali309 Sep 1, 2023
e5ad2cf
Merge branch 'main' of https://github.com/cryostatio/cryostat
aali309 Sep 20, 2023
cd52f14
update
aali309 Sep 20, 2023
b9027ec
Merge branch 'main' of https://github.com/cryostatio/cryostat
aali309 Sep 21, 2023
e5ac66e
Merge branch 'main' of https://github.com/cryostatio/cryostat
aali309 Sep 22, 2023
ccdcead
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Sep 26, 2023
6f4a4be
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 16, 2023
128cfb5
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 17, 2023
f6f36df
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 20, 2023
3e2ed06
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 24, 2023
94d8b14
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 30, 2023
baf6258
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 30, 2023
9d13d40
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 31, 2023
37fb10d
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Oct 31, 2023
86e519e
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Nov 2, 2023
367154f
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Nov 7, 2023
6e9e52f
Merge branch 'main' of github.com:cryostatio/cryostat
aali309 Nov 8, 2023
8596022
typo in CI workflow
aali309 Nov 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integrated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
run: ls -1dt target/cryostat-itest-*.log | head -n1 | xargs cat
- name: Print itest container logs
if: failure()
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs catyea
run: ls -1dt target/cryostat-*.server.log | head -n1 | xargs cat
Loading