Skip to content

Commit 0dc6549

Browse files
committed
WIP: do DOCA CI build on top of current fat image
1 parent d15ffce commit 0dc6549

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/doca.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,19 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252

53-
- name: Record settings for CI cloud
53+
- name: Load current fat images into GITHUB_ENV
54+
# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#example-of-a-multiline-string
55+
run: |
56+
{
57+
echo 'FAT_IMAGES<<EOF'
58+
cat cat environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
59+
echo EOF
60+
} >> "$GITHUB_ENV"
61+
62+
- name: Record settings
5463
run: |
5564
echo CI_CLOUD: ${{ env.CI_CLOUD }}
65+
echo FAT_IMAGES: ${FAT_IMAGES}
5666
5767
- name: Setup ssh
5868
run: |

0 commit comments

Comments
 (0)