Skip to content

Commit

Permalink
Change folder structure for BATS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 1, 2024
1 parent 469e1b1 commit 1e757ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github
test
LICENSE
README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM alpine:3.17.2
RUN apk -Uuv add bash ca-certificates git curl jq openssh
RUN mkdir -p /root/.ssh

COPY run.sh /bin/
COPY src/run.sh /bin/

ENTRYPOINT ["/bin/run.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run \
--rm -it burakince/helm-chart-appversion-updater
```

## Drone CI Plugin Usage
## [Drone CI](https://www.drone.io/) or [Woodpecker CI](https://woodpecker-ci.org/) Plugin Usage

```
kind: pipeline
Expand Down
File renamed without changes.

0 comments on commit 1e757ac

Please sign in to comment.