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

release.yaml: fix git repo directory #45

Merged
merged 1 commit into from
Feb 13, 2024
Merged

release.yaml: fix git repo directory #45

merged 1 commit into from
Feb 13, 2024

Conversation

t-lo
Copy link
Member

@t-lo t-lo commented Feb 13, 2024

This change fixes an issue with the release github action that led to the release build script not being found after check-out:

 > Run release_build.sh
    /home/runner/work/_temp/8f920e48-5134-4d40-afcc-45d61f2f9226.sh: line 1: release_build.sh: command not found
    Error: Process completed with exit code 127.

See e.g. https://github.com/flatcar/sysext-bakery/actions/runs/7884817335/job/21514630897

This change fixes an issue with the release github action that led to
the release build script not being found after check-out:

 > Run release_build.sh
    /home/runner/work/_temp/8f920e48-5134-4d40-afcc-45d61f2f9226.sh: line 1: release_build.sh: command not found
    Error: Process completed with exit code 127.

Signed-off-by: Thilo Fromm <[email protected]>
@t-lo t-lo requested a review from a team February 13, 2024 10:45
@t-lo t-lo merged commit 7670ec8 into main Feb 13, 2024
@t-lo t-lo deleted the t-lo/fix-ci-repo-dir branch February 13, 2024 15:41
t-lo added a commit that referenced this pull request Feb 13, 2024
release.yaml: fix git repo directory
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