-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Batuhan Apaydın <[email protected]>
- Loading branch information
1 parent
e35b4ea
commit 3dbf9ba
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package: | ||
name: wait-for-it | ||
version: 0_git200823 | ||
epoch: 0 | ||
description: Pure bash script to test and wait on the availability of a TCP host and port | ||
target-architecture: | ||
- all | ||
copyright: | ||
- paths: | ||
- "*" | ||
attestation: TODO | ||
license: MIT | ||
dependencies: | ||
runtime: | ||
- bash | ||
environment: | ||
contents: | ||
packages: | ||
- busybox | ||
- ca-certificates-bundle | ||
pipeline: | ||
- uses: fetch | ||
with: | ||
uri: https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855a4dc21156cfe1694c31d7d1792e/wait-for-it.sh | ||
expected-sha256: b7a04f38de1e51e7455ecf63151c8c7e405bd2d45a2d4e16f6419db737a125d6 | ||
extract: false | ||
- runs: | | ||
install -Dm755 wait-for-it.sh ${{targets.destdir}}/usr/bin/wait-for-it |