File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if [ "$CONT" != "y" ]; then
3838fi
3939cd -
4040
41- # Move into the scripts directory
41+ # Move into the root directory
4242SCRIPTS_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
4343cd $SCRIPTS_DIR /..
4444
@@ -63,7 +63,7 @@ echo "Checking that you have access to the GovCloud AWS account"
6363saml2aws login -a govcloud-us1-fed-human-engineering
6464AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
6565
66- VERSION=$VERSION ./build_binary_and_layer_dockerized.sh
66+ VERSION=$VERSION ./scripts/ build_binary_and_layer_dockerized.sh
6767
6868echo " Signing the layer"
6969aws-vault exec prod-engineering -- ./scripts/sign_layers.sh prod
@@ -75,7 +75,7 @@ echo "Publishing layers to GovCloud AWS regions"
7575saml2aws login -a govcloud-us1-fed-human-engineering
7676AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
7777
78- ./build_and_push_docker_image.sh
78+ ./scripts/ build_and_push_docker_image.sh
7979
8080echo " Creating tag in the datadog-lambda-extension repository for release on GitHub"
8181git tag " v$VERSION "
You can’t perform that action at this time.
0 commit comments