Skip to content

Commit 793e52f

Browse files
committed
provide & record CI_CLOUD in workflow environment
1 parent 8686850 commit 793e52f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
ANSIBLE_FORCE_COLOR: True
1616
OS_CLOUD: openstack
1717
TF_VAR_cluster_name: ci${{ github.run_id }}
18+
CI_CLOUD: ${{ vars.CI_CLOUD }}
1819
steps:
1920
- uses: actions/checkout@v2
2021

22+
- name: Record which cloud CI is running on
23+
run: |
24+
echo CI_CLOUD: ${{ vars.CI_CLOUD }}
25+
2126
- name: Setup ssh
2227
run: |
2328
set -x

0 commit comments

Comments
 (0)