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

Improve release scripts for GH remote selection and force clean build… #1329

Merged
merged 2 commits into from
Jan 20, 2021

Conversation

tkountis
Copy link
Contributor

… for docs

Copy link
Member

@idelpivnitskiy idelpivnitskiy left a comment

Choose a reason for hiding this comment

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

Minor suggestions, otherwise lgtm. Thanks!

@@ -54,7 +53,7 @@ function clean_up_gh_pages() {
rm -rf gh-pages
}

# Enforce JDK8 to keep javadoc format consistent for all versions:
# Enforce JDK11 to keep javadoc format consistent for all versions:
Copy link
Member

Choose a reason for hiding this comment

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

👁️ 🦅

scripts/publish-docs.sh Show resolved Hide resolved
else
usage
exit 1
fi

echo ""

# Clean up the state at the beggining in case the previous run did not finish successfuly
# Clean up the state at the beginning in case the previous run did not finish successfully
Copy link
Member

Choose a reason for hiding this comment

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

👁️ 👁️

@@ -55,11 +55,14 @@ else
git="echo git"
fi

remote=$(git remote -v | grep "/apple/servicetalk.git" | head -n1 | cut -f1)
echo "Working with remote $remote"
Copy link
Member

Choose a reason for hiding this comment

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

Consider also printing the remote url

@tkountis tkountis merged commit d3293d1 into apple:main Jan 20, 2021
@tkountis tkountis deleted the fix/gh-actions-release branch January 20, 2021 22:23
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