We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a2932 commit fc6f2d9Copy full SHA for fc6f2d9
scripts/generate-sources.sh
@@ -11,7 +11,7 @@
11
git clone --single-branch --branch master https://github.com/bonitoo-io/influxdb-clients-apigen "/code/influxdb-clients-apigen"
12
mkdir -p /code/influxdb-clients-apigen/build/
13
ln -s /code/client /code/influxdb-clients-apigen/build/influxdb-client-python
14
-cd /code/influxdb-clients-apigen/
+cd /code/influxdb-clients-apigen/ || exit
15
16
#
17
# Download APIs contracts
0 commit comments