Skip to content

Commit

Permalink
Add more comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 13, 2023
1 parent 56f1871 commit 474395c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/image_exists.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# This script checks with a timeout, if a defined image with a defined can be found.

TIMEOUT=${1:-600}
INTERVAL=${2:-20}
TAG=${3:-latest}
Expand Down
2 changes: 2 additions & 0 deletions scripts/no_image_exists.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# This script will verify that a defined image with a defined tag cannot be found.

TAG=${1:-latest}
IMAGE=${2:-europe-docker.pkg.dev/kyma-project/prod/nats-manager}

Expand Down

0 comments on commit 474395c

Please sign in to comment.