Skip to content

Commit

Permalink
Add PHP commit hash in logs on nightly on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 13, 2021
1 parent 6e76d3f commit 0ce7328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/linux.sh
Expand Up @@ -163,6 +163,7 @@ add_devtools() {
# Function to setup the nightly build from shivammathur/php-builder
setup_nightly() {
run_script "php-builder" "$runner" "$version"
extra_version="($(cat "/etc/php/$version/COMMIT"))"
}

# Function to setup PHP 5.3, PHP 5.4 and PHP 5.5.
Expand Down Expand Up @@ -276,7 +277,7 @@ setup_php() {
sudo rm -rf /usr/local/bin/phpunit >/dev/null 2>&1
sudo chmod 777 "${ini_file[@]}" "$pecl_file" "${tool_path_dir:?}"
sudo cp "$dist"/../src/configs/*.json "$RUNNER_TOOL_CACHE/"
add_log "${tick:?}" "PHP" "$status PHP $semver"
add_log "${tick:?}" "PHP" "$status PHP $semver $extra_version"
}

# Variables
Expand Down

0 comments on commit 0ce7328

Please sign in to comment.