summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-15 10:00:28 +0200
committerGDR! <gdr@gdr.name>2020-08-15 10:00:28 +0200
commite055ec52c4fdbbdfd8878a01f642a69ba27713b2 (patch)
treea7ed33b58de0462c050dd9226e3d619b45499c24
parent145f8fdee5ebb3056cd1f2f1009a2b4e4b9d575b (diff)
Prevent dh_make warnings from stopping the build
-rw-r--r--bitbucket-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 207bb9c..f8e9146 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -10,7 +10,7 @@ pipelines:
10 - apt update 10 - apt update
11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl 11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl
12 - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S` >bb_version.txt 12 - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S` >bb_version.txt
13 - dh_make -y --createorig -s -p `cat bb_version.txt` 13 - dh_make -y --createorig -s -p `cat bb_version.txt` || echo
14 - dpkg-buildpackage -us -uc 14 - dpkg-buildpackage -us -uc
15 - ls -l .. 15 - ls -l ..
16 - curl -X POST "https://${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"../"`cat bb_version.txt`"*.deb" 16 - curl -X POST "https://${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"../"`cat bb_version.txt`"*.deb"