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

chore(): initial 'versions.yml' #151

Closed
wants to merge 6 commits into from

Conversation

jwerle
Copy link
Member

@jwerle jwerle commented Jun 13, 2022

No description provided.

@jwerle jwerle added the setup-scipt An issue, task, or discussion related to the setup script label Jun 13, 2022
@jwerle jwerle requested a review from Potherca June 13, 2022 11:08
@jwerle jwerle self-assigned this Jun 13, 2022
@jwerle jwerle force-pushed the generate-versions-test-workflow-ci branch from b66d9d3 to 7ce000e Compare June 13, 2022 11:19
runs-on: ubuntu-latest
steps:
- name: Verify Setup For Tags
run: |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of having an individual entry for each version, I would suggest using a job matrix

run: |
echo "Verify 0.0.2:"
curl https://raw.githubusercontent.com/bpkg/bpkg/0.0.2/setup.sh | bash
bpkg --version | grep 0.0.2 >/dev/null || {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something is nagging at me that this line has issues but I can't seem to get the problem in clear focus.

It might come to me later...

@@ -0,0 +1,32 @@
#!/usr/bin/env bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If a GitHub Actions matrix is used, this script will no longer be needed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you know how we can get all tags into the matrix?

@jwerle
Copy link
Member Author

jwerle commented Jun 13, 2022

going to get this into a different PR

@jwerle jwerle closed this Jun 13, 2022
@jwerle jwerle deleted the generate-versions-test-workflow-ci branch June 13, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup-scipt An issue, task, or discussion related to the setup script
Development

Successfully merging this pull request may close these issues.

None yet

2 participants