Skip to content

Commit

Permalink
Update build-slurm-exporter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-safe-ai authored Oct 19, 2023
1 parent e4e8cd7 commit 225449f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-slurm-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 225449f

Please sign in to comment.