Skip to content

Commit

Permalink
WIP: do DOCA CI build on top of current fat image
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Dec 11, 2024
1 parent d15ffce commit 0dc6549
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/doca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Record settings for CI cloud
- name: Load current fat images into GITHUB_ENV
# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#example-of-a-multiline-string
run: |
{
echo 'FAT_IMAGES<<EOF'
cat cat environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
echo EOF
} >> "$GITHUB_ENV"
- name: Record settings
run: |
echo CI_CLOUD: ${{ env.CI_CLOUD }}
echo FAT_IMAGES: ${FAT_IMAGES}
- name: Setup ssh
run: |
Expand Down

0 comments on commit 0dc6549

Please sign in to comment.