Browse Source

re-enable ALL_PROPOSALS_PARAMETERS_JSON env value in CI build step

Mokhtar Naamani 3 years ago
parent
commit
3464426d2d
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