Skip to content

Commit

Permalink
Fix dockerfile reference (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Mar 13, 2022
1 parent a0e3573 commit 56f4395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipe.yml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down

0 comments on commit 56f4395

Please sign in to comment.