Skip to content

Commit c79a611

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
source venv/bin/activate
3333
myst build --html --execute
3434
35+
- run:
36+
name: CircleCI Build URL
37+
command: echo $CIRCLECI_BUILD_URL
38+
3539
- save_cache:
3640
key: cache-data
3741
paths:

0 commit comments

Comments
 (0)