Skip to content

Commit 3eb6163

Browse files
authored
Update entrypoint.sh
1 parent 13c433c commit 3eb6163

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.project_automation/publication/entrypoint.sh

+1-11
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ REPO_NAME=$(git config --get remote.origin.url | cut -d '/' -f5 | cut -d '.' -f1
1717
VERSION=$(cat VERSION)
1818

1919
BASE_URL="this would be the path to s3 bucket/${REPO_NAME}/"
20-
<<<<<<< before updating
21-
#S3_URI="s3://aws-abi/guide/${REPO_NAME}/"
22-
=======
20+
2321
S3_URI="s3://aws-abi/guide/${REPO_NAME}/"
2422

2523

@@ -30,24 +28,16 @@ else
3028
echo "creating new version"
3129
gh release create ${VERSION} --target ${BRANCH} --generate-notes
3230
fi
33-
>>>>>>> after updating
3431

3532
#print_header() {
3633
# printf "\n\n%s\n" "$*"
3734
#}
3835

39-
<<<<<<< before updating
40-
#print_header 'Building site...'
41-
#cd ${PROJECT_PATH}/guide
42-
#hugo --verbose --debug
43-
=======
4436
sed -i 's/href=.*$/href="#">/' ${PROJECT_PATH}/guide/layouts/partials/logo.html
4537

4638
print_header 'Building site...'
4739
cd ${PROJECT_PATH}/guide
4840
hugo --verbose --debug
49-
>>>>>>> after updating
50-
5141
#print_header 'Publishing...'
5242
#aws s3 sync --delete "${PUBLIC_PATH}" "${S3_URI}" --acl public-read
5343

0 commit comments

Comments
 (0)