Skip to content

Commit

Permalink
rename entrypoint.sh to sensuflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Nov 25, 2020
1 parent 7ce487a commit 1737678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk update
RUN apk add jq yq

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
COPY sensuflow.sh /sensuflow.sh
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/sensuflow.sh"]

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,6 @@ spec:
groups:
- sensu_flow
```

## Adapting to other CI/CD
If you would like to adapt this for other CI/CD, the sensuflow.sh script from this repository should all you need. The script should be self-documenting with regard to needed executable dependancies and information concerning environment variables used.
File renamed without changes.

0 comments on commit 1737678

Please sign in to comment.