add VCAP_SERVICES

This commit is contained in:
Kenneth Kehl
2024-10-03 12:04:50 -07:00
parent addf4f0959
commit f20803ecae

View File

@@ -98,7 +98,7 @@ jobs:
- name: Print VCAP Services - name: Print VCAP Services
run: | run: |
echo "VCAP SERVICES value on runner:" echo "VCAP SERVICES value on runner:"
echo $VCAP_SERVICES echo "$VCAP_SERVICES"
- name: Run Admin server - name: Run Admin server
# If we want to log stuff and see what's broken, # If we want to log stuff and see what's broken,
# insert this line: # insert this line: