Skip to content

Commit

Permalink
Print echo lines of the git commit sha and tag for use in echo_versio…
Browse files Browse the repository at this point in the history
…ner_env_vars of other repos
  • Loading branch information
FayeSGW committed Mar 5, 2024
1 parent 1aa5692 commit ce49dc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/usr/bin/env bash
set -Eeu

make image
repo_root() { git rev-parse --show-toplevel; }
source "$(repo_root)/sh/lib.sh"

make image
echo
echo "echo CYBER_DOJO_LANGUAGES_START_POINTS_SHA="$(git_commit_sha)""
echo "echo CYBER_DOJO_LANGUAGES_START_POINTS_TAG="$(git_commit_tag)""

0 comments on commit ce49dc8

Please sign in to comment.