Skip to content

Commit

Permalink
Small tweaks to some echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jul 25, 2021
1 parent 0ebb2b8 commit a8929b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipelines/main/platforms/linux64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ steps:
export JULIA_DIRECTORY_NAME="julia-$$SHORT_COMMIT_MAKEFILE"
export ARTIFACT_FILENAME="julia-$$SHORT_COMMIT_BUILDKITE-linux64.tar.gz"
echo "The full commit is $$BUILDKITE_COMMIT"
echo "The short commit (Buildkite) is $$SHORT_COMMIT_BUILDKITE"
echo "The short commit (Makefile) is $$SHORT_COMMIT_MAKEFILE"
echo "The Julia directory name will be $$JULIA_DIRECTORY_NAME"
echo "The artifact filename will be $$ARTIFACT_FILENAME"
echo "The short commit (Buildkite) is: $$SHORT_COMMIT_BUILDKITE"
echo "The short commit (Makefile) is: $$SHORT_COMMIT_MAKEFILE"
echo "The Julia directory name will be: $$JULIA_DIRECTORY_NAME"
echo "The artifact filename will be: $$ARTIFACT_FILENAME"
echo "--- Build Julia from source"
make -j 6
Expand Down

0 comments on commit a8929b6

Please sign in to comment.