Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RainofTerra committed Jul 12, 2023
1 parent a0cc77a commit 5ef6cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ commands:
# in case this is a bash env, be kind and export the buildevents path and span ID
# this orb won't rely on them but consumers of the orb might find it useful
# this way steps that are run within a span can use the raw buildevents if desired
echo "export BUILDEVENTS_SPAN_ID=$BUILDEVENTS_SPAN_ID" >> $BASH_ENV
echo "export PATH=$PATH:~/project/bin/be-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)" >> $BASH_ENV
Expand Down

0 comments on commit 5ef6cda

Please sign in to comment.