Skip to content

Commit

Permalink
bash does not exist in the dind image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 24, 2024
1 parent 9ad965a commit 034ad3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fetch-depth: 1
- name: (base) container-canary checks
run: |
bash ./ci/container-canary/run-checks.sh ${{ inputs.BASE_TAG }}
sh ./ci/container-canary/run-checks.sh ${{ inputs.BASE_TAG }}
- name: (notebooks) container-canary checks
run: |
bash ./ci/container-canary/run-checks.sh ${{ inputs.NOTEBOOK_TAG }}
sh ./ci/container-canary/run-checks.sh ${{ inputs.NOTEBOOK_TAG }}
4 changes: 2 additions & 2 deletions ci/container-canary/run-checks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/sh

set -e -u -o pipefail
set -e -u

IMAGE_URI="${1}"

Expand Down

0 comments on commit 034ad3a

Please sign in to comment.