Skip to content

Commit 51e154e

Browse files
committed
x-ref
1 parent e1edfcf commit 51e154e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/src/reference/job-submission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Batch jobs are Julia scripts with (optional) associated Julia package environmen
126126

127127
See also: [`@script_str`](@ref), [`script`](@ref), [`appbundle`](@ref) for more details, and the [guide on submitting batch jobs](@ref jobs-guide-batch) for a tutorial.
128128

129-
### [`.juliabundleignore` file](@id jobs-batch-juliabundleignroe)
129+
### [`.juliabundleignore` file](@id jobs-batch-juliabundleignore)
130130

131131
A `.juliabundleignore` file can be use to exclude certain files from the appbundle that gets submitted to JuliaHub.
132132
This is useful if you have some temporary development or data files in your project directory, in particular if they are large.

src/jobsubmission.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,9 @@ The following should be kept in mind about how appbundles are handled:
738738
Registered packages are installed via the package manager via the standard environment
739739
instantiation, and their source code is not included in the bundle directly.
740740
741+
* You can use `.juliabundleignore` files to omit some files from the appbundle (secrets, large data files etc).
742+
See the [relevant section in the reference manual](@ref jobs-batch-juliabundleignore) for more details.
743+
741744
* When the JuliaHub job starts, the bundle is unpacked and the job's starting working directory
742745
is set to the root of the unpacked appbundle directory, and you can e.g. load the data from those
743746
files with just `read("my-data.txt", String)`.

0 commit comments

Comments
 (0)