We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b04ec3 commit 88210cbCopy full SHA for 88210cb
codebuild.sh
@@ -1,7 +1,7 @@
1
2
aws codebuild start-build --region us-east-2 \
3
--project-name github-runner-codebuild-eliza-build \
4
- --source-version feature/skinny_eliza/feb10 \
+ --source-version $(git rev-parse --abbrev-ref HEAD) \
5
--source-type-override GITHUB \
6
--source-location-override https://github.com/meta-introspector/cloud-deployment-eliza.git \
7
--git-clone-depth 1 \
0 commit comments