We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d447bf + c9a362e commit fb1c4e7Copy full SHA for fb1c4e7
README.md
@@ -266,6 +266,19 @@ It is preferred to include these `-now` dependencies in `install.yaml`. Only use
266
267
### Writing `install.bash`
268
269
+The use of the following variables is prohibited in `install.bash`:
270
+
271
+- `TUE_APT_GET_UPDATED_FILE`
272
+- `TUE_INSTALL_*`
273
+- `install_file`
274
+- `now`
275
+- `old_deps`
276
+- `parent_target`
277
+- `state_file`
278
+- `state_file_now`
279
+- `target`
280
+- `target_processed`
281
282
#### Generic `tue-install` functions
283
284
The following functions provided with `tue-env` must be preferred over any
VERSION
@@ -1 +1 @@
1
-1.17.4
+1.18.0
0 commit comments