File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Clone gh-ost-ci-env
8
8
# Only clone if not already running locally at latest commit
9
- remote_commit=$( git ls-remote https://github.com/github/gh-ost-ci-env.git real-tar-gz | cut -f1)
9
+ remote_commit=$( git ls-remote https://github.com/github/gh-ost-ci-env.git | cut -f1)
10
10
local_commit=" unknown"
11
11
[ -d " gh-ost-ci-env" ] && local_commit=$( cd gh-ost-ci-env && git log --format=" %H" -n 1)
12
12
@@ -16,11 +16,6 @@ echo "local commit is: $local_commit"
16
16
if [ " $remote_commit " != " $local_commit " ] ; then
17
17
rm -rf ./gh-ost-ci-env
18
18
git clone https://github.com/github/gh-ost-ci-env.git
19
- (
20
- cd gh-ost-ci-env
21
- git fetch origin real-tar-gz
22
- git checkout real-tar-gz
23
- )
24
19
fi
25
20
26
21
test_mysql_version () {
You can’t perform that action at this time.
0 commit comments