Commit e18af42
committed
PYCBC-1775: Maybe unshallow repo in performer docker build
Motivation
==========
On the CI workflow building the performer docker image, the git repo is shallow cloned with no tags or commit history. This means that couchbase_version.py is unable to determine the version of the SDK.
Changes
=======
In the performer Dockerfile, fetch the commit history & tags before building the SDK (git fetch --unshallow --tags)
Change-Id: I58b520f41cfddb30f8705c8c6bbeb69d6f9c1d09
Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/250810
Reviewed-by: Jared Casey <jared.casey@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>1 parent dab591e commit e18af42
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments