Skip to content

Commit

Permalink
[PRMP-640] - undo tasks changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Aug 8, 2024
1 parent 852443d commit 7765f3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tasks
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function tf_init() {

function build_lambda {
lambda_name=$1

build_dir=lambda/build/$lambda_name
rm -rf $build_dir
mkdir -p $build_dir
Expand Down Expand Up @@ -111,10 +112,10 @@ destroy)
-var-file=${var_file}
;;
build-lambda)
# build_lambda error-alarm-alert
# build_lambda splunk-cloud-event-uploader
build_lambda error-alarm-alert
build_lambda splunk-cloud-event-uploader
build_lambda event-enrichment services
# build_lambda s3-event-uploader
build_lambda s3-event-uploader
;;
*)
echo "Invalid task: '${task}'"
Expand Down

0 comments on commit 7765f3e

Please sign in to comment.