Skip to content

Commit 88210cb

Browse files
author
mike dupont
committed
fix
1 parent 2b04ec3 commit 88210cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
aws codebuild start-build --region us-east-2 \
33
--project-name github-runner-codebuild-eliza-build \
4-
--source-version feature/skinny_eliza/feb10 \
4+
--source-version $(git rev-parse --abbrev-ref HEAD) \
55
--source-type-override GITHUB \
66
--source-location-override https://github.com/meta-introspector/cloud-deployment-eliza.git \
77
--git-clone-depth 1 \

0 commit comments

Comments
 (0)