We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e8b1 commit f267249Copy full SHA for f267249
.github/workflows/ci.yml
@@ -37,6 +37,8 @@ jobs:
37
chmod 400 stride_etl_deploy_key &&\
38
export GIT_SSH_COMMAND="ssh -i `pwd`/stride_etl_deploy_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" &&\
39
git clone [email protected]:hasadna/open-bus-stride-etl.git &&\
40
+ git config --global user.name "Open Bus Stride Client CI" &&\
41
+ git config --global user.email "open-bus-stride-client-ci@localhost" &&\
42
cd open-bus-stride-etl &&\
43
echo "${TAG_NAME}" > stride-client-latest-tag.txt &&\
44
git add stride-client-latest-tag.txt &&\
0 commit comments