Skip to content

Commit

Permalink
chore: add script to generate APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 21, 2022
1 parent 20a2932 commit fc6f2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
git clone --single-branch --branch master https://github.com/bonitoo-io/influxdb-clients-apigen "/code/influxdb-clients-apigen"
mkdir -p /code/influxdb-clients-apigen/build/
ln -s /code/client /code/influxdb-clients-apigen/build/influxdb-client-python
cd /code/influxdb-clients-apigen/
cd /code/influxdb-clients-apigen/ || exit

#
# Download APIs contracts
Expand Down

0 comments on commit fc6f2d9

Please sign in to comment.