From 3ce6dfc59f237dc8788541d444a25693102a7208 Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Sun, 31 Oct 2021 18:58:45 +0000 Subject: [PATCH] Squashed 'src/' changes from 0a194dc6..f274a34a f274a34a Merge commit 'a330bc51e33350cf81008c29742fe570fae074da' a330bc51 Squashed 'phreeqcpp/' changes from 2243d25..7e50e98 git-subtree-dir: src git-subtree-split: f274a34a9a1341cf579267a8d2197ada257553a1 --- phreeqcpp/.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phreeqcpp/.gitlab-ci.yml b/phreeqcpp/.gitlab-ci.yml index 25c56f8c..9c8a9fed 100644 --- a/phreeqcpp/.gitlab-ci.yml +++ b/phreeqcpp/.gitlab-ci.yml @@ -1,6 +1,7 @@ # # https://code.chs.usgs.gov/coupled/subtrees/phreeqc3-src # SRC 2020-12-02T18:39:55-07:00 +# SRC 2021-10-31T12:53:15-06:00 -- changed pull to squash -- HEAD:2243d25babbc524e7875b3d591bb6b91c4399a95 # image: ${CI_REGISTRY}/coupled/containers/buildpack-deps:bionic-scm @@ -72,7 +73,8 @@ subtree-sync: export GIT_EDITOR=true for remote in "${!urls[@]}"; do - git_subtree "pull" "${prefixes[$remote]}" "$remote" "${urls[$remote]}" + # git_subtree "pull" "${prefixes[$remote]}" "$remote" "${urls[$remote]}" + git subtree pull --prefix "${prefixes[$remote]}" --squash "${urls[$remote]}" master done for remote in "${!urls[@]}"; do