Skip to content

fix ci-scripts path in publish step #60

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

Merged
merged 1 commit into from
Sep 19, 2024
Merged

fix ci-scripts path in publish step #60

merged 1 commit into from
Sep 19, 2024

Conversation

tnsardesai
Copy link
Contributor

Link to JIRA

https://clever.atlassian.net/browse/INFRANG-6465

Overview

Fixes github-release. Right now we get

#!/bin/bash -eo pipefail
if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
/bin/bash: line 1: /home/circleci/ci-scripts/circleci/github-release: No such file or directory

Exited with code exit status 127
CircleCI received exit code 127

Testing

Merge to master will verify this works

@tnsardesai tnsardesai requested a review from a team as a code owner September 19, 2024 15:15
@tnsardesai tnsardesai requested review from sriram-clever and removed request for a team September 19, 2024 15:15
Copy link
Contributor

@sriram-clever sriram-clever left a comment

Choose a reason for hiding this comment

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

Ah thanks. Didn't realize that was the difference.

@sriram-clever sriram-clever merged commit 05f54fb into master Sep 19, 2024
2 checks passed
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