Browse Source

aws build run do not set ALL_PROPOSALS_PARAMETERS_JSON

Mokhtar Naamani 3 years ago
parent
commit
e999d7c96c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      devops/aws/roles/common/tasks/run-setup-build.yml

+ 2 - 2
devops/aws/roles/common/tasks/run-setup-build.yml

@@ -13,8 +13,8 @@
   shell: . ~/.bash_profile && yarn cargo-build
   args:
     chdir: '{{ remote_code_path }}'
-  environment:
-    ALL_PROPOSALS_PARAMETERS_JSON: '{{ proposal_parameters }}'
+  # environment:
+  #   ALL_PROPOSALS_PARAMETERS_JSON: '{{ proposal_parameters }}'
   # Run in async fashion for max duration of 1 hr
   async: 3600
   poll: 0