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

internal: remove unnecessary step from Ubuntu CI #2275

Merged
merged 4 commits into from
Dec 23, 2024

Conversation

nic11
Copy link
Collaborator

@nic11 nic11 commented Dec 22, 2024

Important

Removes unnecessary log file copy step from Ubuntu CI workflow, directly uploading from original path.

  • CI Workflow:
    • Removes step to copy log file from Docker container in .github/workflows/pr-ubuntu-docker.yml.
    • Directly uploads install-x64-linux-dbg-out.log from vcpkg/buildtrees/rsm-bsa/ path.

This description was created by Ellipsis for e75cfd1. It will automatically update as commits are pushed.

- name: Copy log file from container to workspace
if: failure()
run: |
sudo docker cp configure_container:/src/vcpkg/buildtrees/rsm-bsa/install-x64-linux-dbg-out.log ${{github.workspace}}/install-x64-linux-dbg-out.log
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No need, the whole workspace is mounted with -v ${{github.workspace}}:/src

See also https://github.com/skyrim-multiplayer/skymp/actions/runs/12456833845?pr=2275

@nic11 nic11 marked this pull request as ready for review December 22, 2024 18:54
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to e75cfd1 in 8 seconds

More details
  • Looked at 30 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. .github/workflows/pr-ubuntu-docker.yml:86
  • Draft comment:
    The removal of the docker cp command and the --name configure_container option is appropriate since the log file is directly accessed from the workspace path. This change simplifies the workflow without affecting functionality.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The removal of the docker cp command and the --name configure_container option is appropriate since the log file is directly accessed from the workspace path. This change simplifies the workflow without affecting functionality.

Workflow ID: wflow_uPewamK8wZXC5RhD


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@Pospelove Pospelove merged commit ea08224 into skyrim-multiplayer:main Dec 23, 2024
10 checks passed
@Pospelove Pospelove deleted the rm-unnecessary-step branch December 23, 2024 14:29
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.

2 participants