pass on APTLY_REPO vars via dotenv
This defines two variables, and passes them on via the dotenv artifact for use in later jobs.
The variables are:
-
APTLY_REPO
: which contains the repository line (all bar the leading 'deb') as used in sources.list. I'm also using this when grabbing udebs to build D-I, so I assume that it ends in 'main' and append '/debian-installer' -
APTLY_REPO_KEY_BASE64
: this is the contents of the binary (.gpg) key file, encoded as base64
In order to generate the latter, I also make the binary file available in the top level of the repo. BTW The reason I need it as binary is because D-I does not appear to be able to deal with ascii-armored key files.
Edited by Philip Hands