@@ -95,8 +95,7 @@ pipelines:
9595 # JF_AVOID_EXTRA_MESSAGES: "TRUE"
9696
9797 # ##########################################################################
98- # # If your project uses a 'frogbot-config.yml' file, you should define ##
99- # # the following variables inside the file, instead of here. ##
98+ # # All configuration is now done via environment variables ##
10099 # ##########################################################################
101100
102101 # [Mandatory]
@@ -109,7 +108,7 @@ pipelines:
109108
110109 # [Mandatory if the two conditions below are met]
111110 # 1. The project uses yarn 2, NuGet or .NET Core to download its dependencies
112- # 2. The `installCommand` variable isn't set in your frogbot-config.yml file .
111+ # 2. The `installCommand` variable isn't set via the JF_INSTALL_DEPS_CMD environment variable .
113112 #
114113 # The command that installs the project dependencies (e.g "nuget restore")
115114 # JF_INSTALL_DEPS_CMD: ""
@@ -144,8 +143,7 @@ pipelines:
144143
145144 # [Optional]
146145 # Frogbot will download the project dependencies if they're not cached locally. To download the
147- # dependencies from a virtual repository in Artifactory, set the name of the repository. There's no
148- # need to set this value, if it is set in the frogbot-config.yml file.
146+ # dependencies from a virtual repository in Artifactory, set the name of the repository.
149147 # JF_DEPS_REPO: ""
150148
151149 # [Optional, default: "."]
0 commit comments