Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 833f5f3

Browse files
author
haikalpribadi
committed
Fixed test-deployment dependency version
1 parent 7a0ef30 commit 833f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run:
8282
name: Run test-deployment for client-python
8383
command: |
84-
sed -i -e "s/SNAPSHOT/$CIRCLE_SHA1/g" VERSION
84+
echo -n "$(cat VERSION)-$CIRCLE_SHA1" > VERSION
8585
sed -i -e "s/CLIENT_PYTHON_VERSION_MARKER/$(cat VERSION)/g" tests/deployment/requirements.txt
8686
cat tests/deployment/requirements.txt
8787
pip install -r tests/deployment/requirements.txt

0 commit comments

Comments
 (0)