From 225449f67da551de96f58f98521818c4dd409c0e Mon Sep 17 00:00:00 2001 From: trent-safe-ai <127254546+trent-safe-ai@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:21:27 -0400 Subject: [PATCH] Update build-slurm-exporter.yml --- .github/workflows/build-slurm-exporter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-slurm-exporter.yml b/.github/workflows/build-slurm-exporter.yml index c965729..28f7603 100644 --- a/.github/workflows/build-slurm-exporter.yml +++ b/.github/workflows/build-slurm-exporter.yml @@ -57,13 +57,13 @@ jobs: - name: Setup OCI CLI run: | - oci setup config --cli-rc-file /etc/oci-cli.rc + /home/runner/bin/oci setup config --cli-rc-file /etc/oci-cli.rc echo "${{ env.OCI_CLI_KEY_CONTENT }}" > /tmp/oci_private.pem echo -e "[DEFAULT]\nuser=${{ env.OCI_CLI_USER }}\nfingerprint=${{ env.OCI_CLI_FINGERPRINT }}\nkey_file=/tmp/oci_private.pem\nregion=${{ env.OCI_CLI_REGION }}\ntenancy=${{ env.OCI_CLI_TENANCY }}" > ~/.oci/config - name: Upload Binary to OCI Artifacts run: | - oci artifacts generic artifact upload-by-path \ + /home/runner/bin/oci artifacts generic artifact upload-by-path \ --repository-id ocid1.artifactrepository.oc1.us-sanjose-1.0.amaaaaaa2m3huzqayy3wpbwafgbtjlv4uf4bq7ztdu4p6tb52baua5fs66ra \ --artifact-path prometheus-slurm-exporter \ --artifact-version v1.0 \