Skip to content

Commit

Permalink
Does the build have credentials injected?
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Nov 11, 2024
1 parent ec5fb72 commit 421baab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .builder/actions/sdk-ci-prep.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import Builder
import os

class SdkCiPrep(Builder.Action):
def run(self, env):
if os.environ.get('AWS_ACCESS_KEY_ID') != None:
print(f"Local credentials exist")
else:
print(f"No Local credentials")
actions = [
Builder.SetupCrossCICrtEnvironment()
]
Expand Down

0 comments on commit 421baab

Please sign in to comment.