瀏覽代碼

aws build run do not set ALL_PROPOSALS_PARAMETERS_JSON

Mokhtar Naamani 3 年之前
父節點
當前提交
e999d7c96c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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