mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix " to ' on new variable. Sed is broken. Update Dockerfile to v1.2
This commit is contained in:
@@ -6,7 +6,7 @@ include("database_version.php");
|
||||
<?php
|
||||
|
||||
//fetch the latest code changes but don't apply them\
|
||||
$repo_branch = "master";
|
||||
$repo_branch = 'master';
|
||||
exec("git fetch", $output, $result);
|
||||
$latest_version = exec("git rev-parse origin/$repo_branch");
|
||||
$current_version = exec("git rev-parse HEAD");
|
||||
|
||||
Reference in New Issue
Block a user