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

Adding commit hash to simtest message in slack #8799

Merged
merged 3 commits into from
Mar 3, 2023

Conversation

ebmifa
Copy link
Contributor

@ebmifa ebmifa commented Mar 2, 2023

Description

Adding commit hash to simtest message in slack

Test Plan

Testing via my branch: https://mysten-labs.slack.com/archives/C04N1HNCC1Z/p1677798463291649

@vercel
Copy link

vercel bot commented Mar 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated
explorer ⬜️ Ignored (Inspect) Mar 2, 2023 at 11:11PM (UTC)
explorer-storybook ⬜️ Ignored (Inspect) Mar 2, 2023 at 11:11PM (UTC)
wallet-adapter ⬜️ Ignored (Inspect) Mar 2, 2023 at 11:11PM (UTC)

@ebmifa ebmifa requested review from mystenmark and a team March 2, 2023 23:11
@ebmifa ebmifa marked this pull request as ready for review March 2, 2023 23:12
@ebmifa ebmifa enabled auto-merge (squash) March 2, 2023 23:12
- name: Get sui commit
run: |
export sui_sha=$(git rev-parse HEAD)
echo "sui_sha=${sui_sha}" >> $GITHUB_ENV
Copy link
Member

Choose a reason for hiding this comment

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

Does casing matter here?

Suggested change
echo "sui_sha=${sui_sha}" >> $GITHUB_ENV
echo "SUI_SHA=${sui_sha}" >> $GITHUB_ENV

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In this case, it does. Line 76 refers to it.

@ebmifa ebmifa merged commit c4cb84f into main Mar 3, 2023
@ebmifa ebmifa deleted the eugene/add_more_info_to_logs branch March 3, 2023 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants