constants

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ArtifactDirectory is a directory containing artifacts for the project and shouldn't be committed to source.
	ArtifactDirectory = ".artifacts"

	// PermissionUserReadWriteExecute is the permissions for the artifact directory.
	PermissionUserReadWriteExecute = 0o0700

	// CacheDirectory is where the cache for the project is placed, ie artifacts that don't need to be rebuilt often.
	CacheDirectory = ".cache"
)
View Source
const (
	// LocalDockerRegistryPathQualified is the fully qualified path for the local built image to test against without publishing.
	LocalDockerRegistryPathQualified = "dsv-github-action"
	// DockerRegistryPathQualified is the fully qualified path for the github image this project will push to.
	DockerRegistryPathQualified = "registry.hub.docker.com/delineaxpm/dsv-github-action"
	// DockerTag is the tag to pull for integration tests, in this case, defaulting to latest.
	DockerTag = "latest"
)

Docker constants.

View Source
const (

	// SecretFile is a local env file for testing integration with github action and not added to source control.
	SecretFile = ".cache/.secrets"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL