Compare commits

..

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

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

Loading…
Cancel
Save