Skip to content

Commit

Permalink
ci: why???
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Apr 24, 2023
1 parent e453941 commit 3b3f990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,10 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
PATH: "$PATH:$USERPROFILE\\.cargo\\bin"
steps:
- run: echo "$SHUTTLE_API_KEY"
- run:
name: "Test env var"
command: |
echo "why $env:SHUTTLE_API_KEY"
# - checkout
# - run:
# name: "Install Protobuf"
Expand Down

0 comments on commit 3b3f990

Please sign in to comment.