Skip to content

Commit

Permalink
fixing merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-glenn committed Sep 30, 2024
1 parent 90fc320 commit 90fdda3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .project_automation/publication/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ VERSION=$(cat VERSION)

BASE_URL="this would be the path to s3 bucket/${REPO_NAME}/"
S3_URI="s3://aws-abi/guide/${REPO_NAME}/"
<<<<<<< before updating
=======


if [[ $(echo $EXISTING_GIT_VERSION | grep $VERSION) ]]
then
Expand All @@ -29,7 +26,6 @@ else
echo "creating new version"
gh release create ${VERSION} --target ${BRANCH} --generate-notes
fi
>>>>>>> after updating

print_header() {
printf "\n\n%s\n" "$*"
Expand Down

0 comments on commit 90fdda3

Please sign in to comment.