Skip to content

Commit aaccdba

Browse files
committed
Introspect build env vars.
1 parent 057877e commit aaccdba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
source venv/bin/activate
3333
myst build --html --execute
3434
35+
- run:
36+
name: CircleCI Build meta
37+
command: |
38+
echo $CIRCLE_BUILD_URL
39+
echo $CIRCLE_WORKFLOW_ID
40+
echo $CIRCLE_WORKFLOW_JOB_ID
41+
echo $CIRCLE_WORKFLOW_WORKSPACE_ID
42+
3543
- save_cache:
3644
key: cache-data
3745
paths:

0 commit comments

Comments
 (0)