Lines Matching +full:get +full:- +full:secret +full:- +full:value
11 PACKAGE_NAME: 'aws-crt-java'
13 CANARY_BUILD_S3_DST: mqtt5-canary/s3
18 - add-apt-repository ppa:openjdk-r/ppa
19 - add-apt-repository ppa:ubuntu-toolchain-r/test
20 - apt-get update -y
21 - sudo apt-get install cmake -y
22 - git submodule update --init --recursive
24 - sudo apt-get install gcc python3-dev -y -f
25 - sudo apt-get install pip -y -f
26 - python3 -m pip install psutil
27 - python3 -m pip install boto3
30 - echo Build started on `date`
31 - mvn install -DskipTests
32 # Get secrets needed
33 …- export S3_DST=$(aws secretsmanager get-secret-value --secret-id "$CANARY_BUILD_S3_DST" --query "…
34 - export GIT_HASH=$(git rev-parse HEAD)
35 # Get the endpoint, certificate, and key for connecting to IoT Core
36 …- export ENDPOINT=$(aws secretsmanager get-secret-value --secret-id ${CANARY_SERVER_ARN} --query "…
38 - cd ./utils/Canary
39 …- python3 ../../codebuild/CanaryWrapper.py --canary_executable mvn --canary_arguments "compile exe…
42 - echo Build completed on `date`