ソースを参照

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