File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Compares layer size to threshold, and fails if below that threshold
9
9
10
- # 6 mb size limit
11
- MAX_LAYER_COMPRESSED_SIZE_KB=$( expr 6 \* 1024)
10
+ # 7 mb size limit
11
+ MAX_LAYER_COMPRESSED_SIZE_KB=$( expr 7 \* 1024)
12
12
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$( expr 24 \* 1024)
13
13
14
14
36
36
echo " Unzipped size exceeded limit $MAX_LAYER_UNCOMPRESSED_SIZE_KB kb"
37
37
exit 1
38
38
fi
39
- done
39
+ done
Original file line number Diff line number Diff line change 32
32
fi
33
33
34
34
# Ensure AWS access before proceeding
35
- saml2aws login -a govcloud-us1-fed-human-engineering
35
+ ddsaml2aws login -a govcloud-us1-fed-human-engineering
36
36
AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
37
37
aws-vault exec prod-engineering -- aws sts get-caller-identity
38
38
@@ -71,7 +71,7 @@ echo "Publishing layers to commercial AWS regions"
71
71
VERSION=$LAYER_VERSION aws-vault exec prod-engineering -- ./scripts/publish_layers.sh
72
72
73
73
echo " Publishing layers to GovCloud AWS regions"
74
- saml2aws login -a govcloud-us1-fed-human-engineering
74
+ ddsaml2aws login -a govcloud-us1-fed-human-engineering
75
75
VERSION=$LAYER_VERSION AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
76
76
77
77
read -p " Ready to publish $NEW_VERSION to PyPI (y/n)?" CONT
You can’t perform that action at this time.
0 commit comments