[ubuntu][windows] Remove announcements from generation (#2063)

This commit is contained in:
Vladimir Safonkin
2020-11-17 10:20:55 +03:00
committed by GitHub
parent a454d66e7f
commit 7dae76249b
8 changed files with 10 additions and 37 deletions

View File

@@ -23,8 +23,7 @@
"github_feed_token": null,
"run_validation_diskspace": "false",
"go_default": "1.14",
"go_versions": "1.14",
"announcements": "{{env `ANNOUNCEMENTS`}}"
"go_versions": "1.14"
},
"sensitive-variables": [
"client_secret",
@@ -327,8 +326,7 @@
],
"environment_vars": [
"IMAGE_VERSION={{user `image_version`}}",
"INSTALLER_SCRIPT_FOLDER={{user `installer_script_folder`}}",
"ANNOUNCEMENTS={{user `announcements`}}"
"INSTALLER_SCRIPT_FOLDER={{user `installer_script_folder`}}"
]
},
{