mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 14:47:08 +00:00
minor fix
This commit is contained in:
@@ -16,7 +16,6 @@ ORAS_CLI_ARCHIVE=$(basename $ORAS_CLI_DOWNLOAD_URL)
|
|||||||
# Install ORAS CLI
|
# Install ORAS CLI
|
||||||
cd /tmp
|
cd /tmp
|
||||||
download_with_retries $ORAS_CLI_DOWNLOAD_URL
|
download_with_retries $ORAS_CLI_DOWNLOAD_URL
|
||||||
mkdir -p oras-install
|
|
||||||
tar -zxvf $ORAS_CLI_ARCHIVE -C /usr/local/bin oras
|
tar -zxvf $ORAS_CLI_ARCHIVE -C /usr/local/bin oras
|
||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
|
|||||||
Reference in New Issue
Block a user