update codecomments
This commit is contained in:
parent
90295a79d9
commit
8847d9031b
@ -8,6 +8,9 @@ if (process.env.CI_REPOSITORY_URL) {
|
|||||||
repo = new GitRepo(process.env.CI_REPOSITORY_URL)
|
repo = new GitRepo(process.env.CI_REPOSITORY_URL)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* the build stage
|
||||||
|
*/
|
||||||
export let buildStage: string = process.env.CI_BUILD_STAGE
|
export let buildStage: string = process.env.CI_BUILD_STAGE
|
||||||
|
|
||||||
// handling config between commands
|
// handling config between commands
|
||||||
@ -17,6 +20,10 @@ export let setDockerRegistry = (dockerRegistryArg: string) => {
|
|||||||
}
|
}
|
||||||
export let dockerFilesBuilt: Dockerfile[] = []
|
export let dockerFilesBuilt: Dockerfile[] = []
|
||||||
export let dockerFiles: Dockerfile[] = []
|
export let dockerFiles: Dockerfile[] = []
|
||||||
|
|
||||||
|
/**
|
||||||
|
* the config
|
||||||
|
*/
|
||||||
export let config = {
|
export let config = {
|
||||||
dockerRegistry: undefined, // this will be set later on store
|
dockerRegistry: undefined, // this will be set later on store
|
||||||
dockerFilesBuilt: dockerFilesBuilt,
|
dockerFilesBuilt: dockerFilesBuilt,
|
||||||
|
Loading…
Reference in New Issue
Block a user