File tree 2 files changed +18
-14
lines changed
2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1
1
UPLOAD_LAMBDA = vertragsservice-upload-lambda
2
2
UUID_LAMBDA = vertragsservice-uuid-lambda
3
3
IR_LAMBDA = vertragsservice-ir-lambda
4
+ LAMBDA_LIB = vertragsservice-bipro-lambda-lib
4
5
5
6
build :
6
7
cargo build --features " sqs s3 gzip sentry_log transaction_id"
7
8
test :
8
9
cargo test --features " sqs s3 gzip sentry_log transaction_id"
9
10
update_all :
11
+ git pull
10
12
cargo update
11
- cd ../$(UPLOAD_LAMBDA ) && cargo update
12
- cd ../$(UUID_LAMBDA ) && cargo update
13
- cd ../$(IR_LAMBDA ) && cargo update
13
+ cargo test
14
+ cd ../$(LAMBDA_LIB ) && make update
15
+ cd ../$(UPLOAD_LAMBDA ) && make update
16
+ cd ../$(UUID_LAMBDA ) && make update
17
+ cd ../$(IR_LAMBDA ) && make update
14
18
build_all :
15
19
cd ../$(UPLOAD_LAMBDA ) && cargo build
16
20
cd ../$(UUID_LAMBDA ) && cargo build
You can’t perform that action at this time.
0 commit comments