X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bitbucket-pipelines.yml;h=ece0a7b5928c75b587fc90c5347e725b8755c824;hb=9334e2230a72545dfa2f2ce3180b66546982cad0;hp=1514214d15116a801dfea8999058e1f599c21d9a;hpb=63f3703f7ca43d0becbc74b568bddd7cd52ba83f;p=pinmux.git diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 1514214..ece0a7b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -3,7 +3,7 @@ # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. -image: python:3.5.1 +image: python:2.7 pipelines: default: @@ -11,4 +11,4 @@ pipelines: caches: - pip script: # Modify the commands below to build your repository. - - make gen_pinmux \ No newline at end of file + - make gen_pinmux