Skip to content

Commit f508813

Browse files
committed
CMR-10313: trying to make build compatible with bamboo.
1 parent 7bcae24 commit f508813

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

subscription/notify-lambda/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
mkdir -p package
66

7-
#pip3 install --platform=manylinux2014_x86_64 --target ./package --implementation cp --python-version 3.9 --only-binary=:all: --upgrade -r requirements.txt --no-compile
87
pip3 install --target ./package -r requirements.txt --no-compile
98

109
# Zip dependencies

subscription/notify-test-lambda/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
mkdir -p package
66

7-
#pip3 install --platform=manylinux2014_x86_64 --target ./package --implementation cp --python-version 3.9 --only-binary=:all: --upgrade -r requirements.txt --no-compile
87
pip3 install --target ./package -r requirements.txt --no-compile
98

109
# Zip dependencies

0 commit comments

Comments
 (0)