diff --git a/Dockerfile b/Dockerfile index 12c06f6..e6bcb25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --update --no-cache bash &&\ apk add --no-cache jq COPY pipe / -COPY LICENSE.txt pipe.yml README.md / +COPY LICENSE pipe.yml README.md / RUN wget -P / https://bitbucket.org/bitbucketpipelines/bitbucket-pipes-toolkit-bash/raw/0.4.0/common.sh RUN chmod a+x /*.sh diff --git a/pipe.yml b/pipe.yml index 2180651..441cbd8 100644 --- a/pipe.yml +++ b/pipe.yml @@ -1,5 +1,5 @@ name: Terrakube pipe -image: azbuilder/terrakube-pipe:0.0.1 +image: azbuilder/terrakube-pipe:0.0.2 description: This pipe will trigger a Terrakube job. repository: https://github.com/AzBuilder/terrakube-pipe-bitbucket maintainer: alespa17@gmail.com