Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 30, 2022
1 parent 0c4e8b1 commit f267249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,8 @@ jobs:
chmod 400 stride_etl_deploy_key &&\
export GIT_SSH_COMMAND="ssh -i `pwd`/stride_etl_deploy_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" &&\
git clone git@github.com:hasadna/open-bus-stride-etl.git &&\
git config --global user.name "Open Bus Stride Client CI" &&\
git config --global user.email "open-bus-stride-client-ci@localhost" &&\
cd open-bus-stride-etl &&\
echo "${TAG_NAME}" > stride-client-latest-tag.txt &&\
git add stride-client-latest-tag.txt &&\
Expand Down

0 comments on commit f267249

Please sign in to comment.