-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clean up GitHub Actions. #2921
Clean up GitHub Actions. #2921
Conversation
Update verify.yml
276d0ea
to
0a82e57
Compare
language: bash | ||
if: ne .Shell "cmd" | ||
value: | | ||
if ! type "gozip" &> /dev/null; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was originally needed for the offline-installer, but that was moved to its own repo, so this is no longer needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks fine to me. Just one very mine inclusion I think.
env: | ||
ACTIVESTATE_CI: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It makes sense to remove this one here but I think we should include it on workflows that use the state tool as consumers of our analytics could be using this now or may want to in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I don't see a usage of state tool without the ACTIVESTATE_CI
environment variable defined. Would you please point it out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just searched and it looks like it's all there. Sorry, when I saw it removed I didn't look in the other files.
This task turned into a general GitHub Actions cleanup. It really needed to be done.