Compare commits

..

No commits in common. '7184e5cadd0b7ae2d96b6abc7de1faecbd888134' and '66b73e9ef4acc150805457c1e08ab9fb010d46ed' have entirely different histories.

@ -70,13 +70,12 @@ jobs:
with:
name: buildah-bin
path: /usr/local/bin/buildah
- name: Ensure buildah binary has +x permissions set
- name: Ensure /usr/local/bin is on the PATH
run: |
chmod +x /usr/local/bin/buildah
export PATH="/usr/local/bin:$PATH"
- name: Check buildah version
run: |
ls -l /usr/local/bin/buildah
echo $PATH
echo "$PATH"
which buildah
buildah version
- name: Check out repo

Loading…
Cancel
Save